Commit bb897f5c authored by Franco Fichtner's avatar Franco Fichtner

dhcp: extend lease table header to full table width

parent e83d1456
...@@ -344,6 +344,7 @@ if(count($pools) > 0) { ...@@ -344,6 +344,7 @@ if(count($pools) > 0) {
<td class="listhdrr"><?=gettext("End"); ?></td> <td class="listhdrr"><?=gettext("End"); ?></td>
<td class="listhdrr"><?=gettext("Online"); ?></td> <td class="listhdrr"><?=gettext("Online"); ?></td>
<td class="listhdrr"><?=gettext("Lease Type"); ?></td> <td class="listhdrr"><?=gettext("Lease Type"); ?></td>
<td class="listhdrr">&nbsp;</td>
</tr> </tr>
<?php <?php
// Load MAC-Manufacturer table // Load MAC-Manufacturer table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment