Update shell/components/fleet/dashboard/ResourceCard.vue

Co-authored-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
Francesco Torchia 2025-06-06 16:00:52 +02:00
parent 74d18e776f
commit 32596dc9de
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ export default {
:content="{}"
:value="value"
@click="select"
@keydown.enter.stop.prevent="select"
@keydown.space.stop.prevent="$router.push(value.detailLocation)"
@keydown.self.enter.stop.prevent="select"
@keydown.self.space.stop.prevent="$router.push(value.detailLocation)"
>
<template #item-card-image>
<i