mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 17:06:28 +02:00
remove id in listing
This commit is contained in:
parent
413c058ffc
commit
62c7f69395
14 changed files with 1 additions and 27 deletions
|
@ -39,7 +39,6 @@
|
|||
<table class="table table-bordered table-hover table-striped" id="table-users">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>Email</th>
|
||||
<th>Admin</th>
|
||||
<th>Status</th>
|
||||
|
@ -49,7 +48,6 @@
|
|||
<tbody>
|
||||
<?php foreach ($users as $user) { ?>
|
||||
<tr>
|
||||
<td><?php $this->s($user['id']); ?></td>
|
||||
<td><?php $this->s($user['email']); ?></td>
|
||||
<td><?php $this->s($user['admin']); ?></td>
|
||||
<td><?php $this->s($user['status']); ?></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue