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