mirror of https://github.com/rancher/dashboard.git
Update shell/components/fleet/dashboard/ResourceCard.vue
Co-authored-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
parent
74d18e776f
commit
32596dc9de
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue