summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/client/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/client/index.phtml')
-rw-r--r--application/modules/user/views/scripts/client/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml
index 5a75741..051ea90 100644
--- a/application/modules/user/views/scripts/client/index.phtml
+++ b/application/modules/user/views/scripts/client/index.phtml
@@ -8,8 +8,8 @@
<?php if ($this->clients): ?>
<table>
<tr>
- <th>MAC</th>
- <th>Hardwarehash</th>
+ <th>MAC<span class='code'> [macadress]</span></th>
+ <th>Hardwarehash<span class='code'> [hardwarehash]</span></th>
<th colspan=2>Actions</th>
</tr>
<?php foreach ($this->clients as $client): ?>