mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
remove id in listing
This commit is contained in:
parent
413c058ffc
commit
62c7f69395
14 changed files with 1 additions and 27 deletions
|
@ -42,7 +42,6 @@
|
|||
<table class="table table-bordered table-hover table-striped" id="table-commands">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>Nom</th>
|
||||
<th>Script</th>
|
||||
<th>Admin obligatoire</th>
|
||||
|
@ -52,7 +51,6 @@
|
|||
<tbody>
|
||||
<?php foreach ($commands as $command) { ?>
|
||||
<tr>
|
||||
<td><?php $this->s($command['id']); ?></td>
|
||||
<td><?php $this->s($command['name']); ?></td>
|
||||
<td><?php $this->s($command['script']); ?></td>
|
||||
<td><?php echo $command['admin'] ? 'Oui' : 'Non' ; ?></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue