This commit is contained in:
2023-05-05 12:10:17 +02:00
parent 72ae5f9bbc
commit 9c44077b71
3 changed files with 24 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
<th>{{ translations.username }}</th>
<th>{{translations.password}}</th>
<th>admin</th>
<th></th>
</tr>
</thead>
<tbody>
@@ -13,6 +14,7 @@
<td>{{ user.password }}</td>
<td *ngIf="user.admin==false">No</td>
<td *ngIf="user.admin==true">Yes</td>
<td> </td>
</tr>
</tbody>
</table>