add edit users for admin

This commit is contained in:
2024-08-10 17:10:45 +03:30
parent f71b11c131
commit 4ffc4197aa
15 changed files with 116 additions and 25 deletions

View File

@ -14,9 +14,6 @@
<th>
@Html.DisplayNameFor(model => model.usename)
</th>
<th>
@Html.DisplayNameFor(model => model.password)
</th>
<th>
@Html.DisplayNameFor(model => model.displayname)
</th>
@ -28,9 +25,6 @@
<td>
@Html.DisplayFor(modelItem => item.usename)
</td>
<td>
@Html.DisplayFor(modelItem => item.password)
</td>
<td>
@Html.DisplayFor(modelItem => item.displayname)
</td>