changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user