Merge branch 'main' into testing
This commit is contained in:
commit
8ebd25ab37
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<template v-for="(entry, rowIndex) in filteredData">
|
<template v-for="(entry, rowIndex) in filteredData" :key="entry.name">
|
||||||
<tr :class="[(rowIndex % 2) ? 'odd' : 'even']"
|
<tr :class="[(rowIndex % 2) ? 'odd' : 'even']"
|
||||||
:aria-expanded="(entry.name in detailsByName) ? 'true' : 'false'">
|
:aria-expanded="(entry.name in detailsByName) ? 'true' : 'false'">
|
||||||
<td v-for="key in controller.keys"
|
<td v-for="key in controller.keys"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue