mod: hide enum-col
This commit is contained in:
parent
7e995697f7
commit
345253b491
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue