click event

This commit is contained in:
2022-08-02 22:44:34 +02:00
parent a05f0db745
commit d7eb43f4b1
4 changed files with 13 additions and 3 deletions

View File

@@ -147,7 +147,7 @@
</div>
</div>
<h2>Section title</h2>
<h2>Liste d'utilisateur</h2>
<div class="table-responsive">
<table id=users class="table table-striped table-sm">
<thead>
@@ -156,7 +156,6 @@
<th scope="col">Pseudo</th>
<th scope="col">Mail</th>
<th scope="col">Rôle</th>
<th scope="col">Header</th>
</tr>
</thead>
<tbody>
@@ -165,7 +164,6 @@
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>