mod: hide enum-col

This commit is contained in:
beo3000 2026-01-06 19:21:18 +01:00
parent 7e995697f7
commit 345253b491
1 changed files with 3 additions and 3 deletions

View File

@ -26,15 +26,15 @@
<MudPaper Class="pa-4">
<MudTable Items="_terms" Dense="true" Hover="true" Loading="_isLoading">
<HeaderContent>
<MudTh>Begriff</MudTh>
@* <MudTh>Begriff</MudTh> *@
<MudTh>Standard</MudTh>
<MudTh>Dein Wert</MudTh>
<MudTh Style="width: 150px;">Aktionen</MudTh>
</HeaderContent>
<RowTemplate>
<MudTd DataLabel="Begriff">
@* <MudTd DataLabel="Begriff">
<MudText Typo="Typo.body1"><strong>@context.TermKey</strong></MudText>
</MudTd>
</MudTd> *@
<MudTd DataLabel="Standard">
<MudText Typo="Typo.body2" Color="Color.Secondary">@context.DefaultValue</MudText>
</MudTd>