ui for fs acl by circle

This commit is contained in:
Paul Schneider 2019-08-05 06:18:38 +02:00
commit 6298aab179
11 changed files with 323 additions and 21 deletions

View file

@ -14,9 +14,6 @@
<th>
@Html.DisplayNameFor(model => model.Name)
</th>
<th>
@Html.DisplayNameFor(model => model.OwnerId)
</th>
<th></th>
</tr>
@ -25,9 +22,6 @@
<td>
@Html.DisplayFor(modelItem => item.Name)
</td>
<td>
@Html.DisplayFor(modelItem => item.OwnerId)
</td>
<td>
<a asp-action="Edit" asp-route-id="@item.Id">Edit</a> |
<a asp-action="Details" asp-route-id="@item.Id">Details</a> |