7691-testToMaster #537

Merged
alexm merged 395 commits from 7691-testToMaster into master 2024-07-09 05:39:56 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 79c606fc70 - Show all commits

View File

@ -315,7 +315,7 @@ onMounted(async () => {
:no-data-label="t('globals.noResults')" :no-data-label="t('globals.noResults')"
style="max-width: 99%" style="max-width: 99%"
> >
<template #header> <template #header="props">
<QTr> <QTr>
<QTh class="horizontal-separator" /> <QTh class="horizontal-separator" />
<QTh class="horizontal-separator" colspan="8" translate> <QTh class="horizontal-separator" colspan="8" translate>
@ -326,7 +326,9 @@ onMounted(async () => {
</QTh> </QTh>
</QTr> </QTr>
<QTr> <QTr>
<QTh /> <QTh>
<QCheckbox v-model="props.selected" />
</QTh>
<QTh <QTh
v-for="(col, index) in ticketColumns" v-for="(col, index) in ticketColumns"
:key="index" :key="index"