mod: hide enum-col
This commit is contained in:
parent
7e995697f7
commit
345253b491
|
|
@ -26,15 +26,15 @@
|
||||||
<MudPaper Class="pa-4">
|
<MudPaper Class="pa-4">
|
||||||
<MudTable Items="_terms" Dense="true" Hover="true" Loading="_isLoading">
|
<MudTable Items="_terms" Dense="true" Hover="true" Loading="_isLoading">
|
||||||
<HeaderContent>
|
<HeaderContent>
|
||||||
<MudTh>Begriff</MudTh>
|
@* <MudTh>Begriff</MudTh> *@
|
||||||
<MudTh>Standard</MudTh>
|
<MudTh>Standard</MudTh>
|
||||||
<MudTh>Dein Wert</MudTh>
|
<MudTh>Dein Wert</MudTh>
|
||||||
<MudTh Style="width: 150px;">Aktionen</MudTh>
|
<MudTh Style="width: 150px;">Aktionen</MudTh>
|
||||||
</HeaderContent>
|
</HeaderContent>
|
||||||
<RowTemplate>
|
<RowTemplate>
|
||||||
<MudTd DataLabel="Begriff">
|
@* <MudTd DataLabel="Begriff">
|
||||||
<MudText Typo="Typo.body1"><strong>@context.TermKey</strong></MudText>
|
<MudText Typo="Typo.body1"><strong>@context.TermKey</strong></MudText>
|
||||||
</MudTd>
|
</MudTd> *@
|
||||||
<MudTd DataLabel="Standard">
|
<MudTd DataLabel="Standard">
|
||||||
<MudText Typo="Typo.body2" Color="Color.Secondary">@context.DefaultValue</MudText>
|
<MudText Typo="Typo.body2" Color="Color.Secondary">@context.DefaultValue</MudText>
|
||||||
</MudTd>
|
</MudTd>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue