mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Remove option to delete CHS.
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Sectors)
|
||||
</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -64,9 +63,6 @@
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Sectors)
|
||||
</td>
|
||||
<td>
|
||||
<a asp-action="Delete" asp-route-id="@item.Id" class="btn btn-danger">Delete</a>
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user