This commit is contained in:
Paul Schneider 2026-07-04 19:49:48 +01:00
commit 8ebb2f49d4
10 changed files with 152 additions and 6 deletions

View file

@ -1,10 +1,10 @@
@model IEnumerable<CommandForm>
@{
ViewBag.Title = "Index";
ViewBag.Title = Localizer["CommandForms"];
}
<h2>Index</h2>
<h2>@ViewBag.Title</h2>
<p>
<a asp-action="Create">Create New</a>
@ -22,7 +22,7 @@
</th>
<th></th>
</tr>
@foreach (var item in Model) {
<tr class="@(item.Context.Hidden?"disabled":null)">
<td>