mirror of https://github.com/rancher/dashboard.git
Removed tabIndex from where it isn't needed.
This commit is contained in:
parent
d418203243
commit
fcba897ca4
|
|
@ -54,12 +54,10 @@ const getGlanceItemValueId = (glanceItem: any): string => `value-${ glanceItem.l
|
|||
v-bind="glanceItem.formatterOpts"
|
||||
:id="i === 0 ? 'first-glance-item' : undefined"
|
||||
:value="glanceItem.content"
|
||||
:tabindex="i"
|
||||
/>
|
||||
<span
|
||||
v-else
|
||||
:id="i === 0 ? 'first-glance-item' : undefined"
|
||||
:tabindex="i"
|
||||
>
|
||||
{{ glanceItem.content }}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue