- fix componenti grafici Bootstrap5
- fix filtro azioni UL
This commit is contained in:
Samuele Locatelli
2025-02-18 12:51:26 +01:00
parent 43aae08d1e
commit 256851a0ce
20 changed files with 155 additions and 102 deletions
+2 -2
View File
@@ -44,7 +44,7 @@
<th>#</th>
<th>Inizio</th>
<th>Fine</th>
<th class="text-right">Esito</th>
<th class="text-end">Esito</th>
</tr>
</thead>
<tbody>
@@ -62,7 +62,7 @@
@($"{record.DtEnd:HH:mm:ss.fff}")
<div class="small">@($"{record.DtEnd:yyyy-MM.dd ddd}")</div>
</td>
<td class="text-right">
<td class="text-end">
<div class="d-flex justify-content-between">
<div class="px-0">
@if (@record.IsError)