Merge branch 'main' into testing
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael Lipp 2025-05-04 11:37:32 +02:00
commit 8ebd25ab37

View file

@ -30,7 +30,7 @@
</tr>
</thead>
<tbody>
<template v-for="(entry, rowIndex) in filteredData">
<template v-for="(entry, rowIndex) in filteredData" :key="entry.name">
<tr :class="[(rowIndex % 2) ? 'odd' : 'even']"
:aria-expanded="(entry.name in detailsByName) ? 'true' : 'false'">
<td v-for="key in controller.keys"