Update user display
This commit is contained in:
parent
dd6d7fc552
commit
1cf5b5a089
@ -34,9 +34,9 @@ function genUserTable(users) {
|
||||
};
|
||||
res += `
|
||||
<tr>
|
||||
<td>${user.username}</td>
|
||||
<td><a href='./${user.username}'>${user.username}</a></td>
|
||||
<td>${userPerms.join(", ")}</td>
|
||||
<td><button>Supprimer</button></td>
|
||||
<!--<td><button>Supprimer</button></td>-->
|
||||
</tr>`;
|
||||
}
|
||||
res += `</table>`;
|
||||
|
@ -13,5 +13,6 @@
|
||||
<body>
|
||||
<NAVBAR>
|
||||
<USERINFO>
|
||||
<a href='./'><p>Retour</p></a>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -13,5 +13,6 @@
|
||||
<body>
|
||||
<NAVBAR>
|
||||
<USERTABLE>
|
||||
<a href='./'><p>Retour</p></a>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user