From 32596dc9deacdc1e69fcdf5f06a424f9b53e725f Mon Sep 17 00:00:00 2001 From: Francesco Torchia Date: Fri, 6 Jun 2025 16:00:52 +0200 Subject: [PATCH] Update shell/components/fleet/dashboard/ResourceCard.vue Co-authored-by: Phillip Rak --- shell/components/fleet/dashboard/ResourceCard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/components/fleet/dashboard/ResourceCard.vue b/shell/components/fleet/dashboard/ResourceCard.vue index 43f1d94fae..1b7bd03018 100644 --- a/shell/components/fleet/dashboard/ResourceCard.vue +++ b/shell/components/fleet/dashboard/ResourceCard.vue @@ -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)" >