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"
|
v-bind="glanceItem.formatterOpts"
|
||||||
:id="i === 0 ? 'first-glance-item' : undefined"
|
:id="i === 0 ? 'first-glance-item' : undefined"
|
||||||
:value="glanceItem.content"
|
:value="glanceItem.content"
|
||||||
:tabindex="i"
|
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
v-else
|
v-else
|
||||||
:id="i === 0 ? 'first-glance-item' : undefined"
|
:id="i === 0 ? 'first-glance-item' : undefined"
|
||||||
:tabindex="i"
|
|
||||||
>
|
>
|
||||||
{{ glanceItem.content }}
|
{{ glanceItem.content }}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue