mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
DHCP: change column of lease table from "Online" to "Status"
This commit is contained in:
parent
bd12f5dcc3
commit
aa4215b695
@ -342,8 +342,8 @@ if(count($pools) > 0) {
|
||||
<td class="listhdrr"><?=gettext("Description"); ?></td>
|
||||
<td class="listhdrr"><?=gettext("Start"); ?></td>
|
||||
<td class="listhdrr"><?=gettext("End"); ?></td>
|
||||
<td class="listhdrr"><?=gettext("Online"); ?></td>
|
||||
<td class="listhdrr"><?=gettext("Lease Type"); ?></td>
|
||||
<td class="listhdrr"><?=gettext("Status"); ?></td>
|
||||
<td class="listhdrr"><?=gettext("Lease type"); ?></td>
|
||||
<td class="listhdrr"> </td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user