diff options
Diffstat (limited to 'application/modules/dev/views/scripts/client/index.phtml')
| -rw-r--r-- | application/modules/dev/views/scripts/client/index.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/modules/dev/views/scripts/client/index.phtml b/application/modules/dev/views/scripts/client/index.phtml index fa12ed7..612e23b 100644 --- a/application/modules/dev/views/scripts/client/index.phtml +++ b/application/modules/dev/views/scripts/client/index.phtml @@ -7,6 +7,7 @@ <table> <tr> <th>ID</th> + <th>GroupID</th> <th>MAC</th> <th>Hardwarehash</th> <th colspan=2>Actions</th> @@ -14,6 +15,7 @@ <?php foreach ($this->clients as $client): ?> <tr class=entry> <td><?php echo $this->escape($client->getID()) ?></td> + <td><?php echo $this->escape($client->getGroupID()) ?></td> <td class='monospace'><?php echo $this->escape($client->getMacadress()) ?></td> <td class='monospace'><?php echo $this->escape($client->getHardwarehash()) ?></td> <td class='action'><a href="<?php echo $this->url( |
