Skip to content

Commit

Permalink
clear key space to trigger links
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Jan 7, 2025
1 parent bfaa8c7 commit 4a2d31c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shell/pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ export default defineComponent({
data-testid="cluster-management-manage-button"
role="link"
:aria-label="t('cluster.manageAction')"
@keyup.space="$router.push(manageLocation)"
>
{{ t('cluster.manageAction') }}
</router-link>
Expand All @@ -602,7 +601,6 @@ export default defineComponent({
data-testid="cluster-create-import-button"
role="link"
:aria-label="t('cluster.importAction')"
@keyup.space="$router.push(importLocation)"
>
{{ t('cluster.importAction') }}
</router-link>
Expand All @@ -613,7 +611,6 @@ export default defineComponent({
data-testid="cluster-create-button"
role="link"
:aria-label="t('generic.create')"
@keyup.space="$router.push(createLocation)"
>
{{ t('generic.create') }}
</router-link>
Expand All @@ -631,7 +628,6 @@ export default defineComponent({
:to="{ name: 'c-cluster-explorer', params: { cluster: row.mgmt.id }}"
role="link"
:aria-label="row.nameDisplay"
@keyup.space="$router.push({ name: 'c-cluster-explorer', params: { cluster: row.mgmt.id }})"
>
{{ row.nameDisplay }}
</router-link>
Expand Down

0 comments on commit 4a2d31c

Please sign in to comment.