mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
dhcp: for consistency
This commit is contained in:
parent
aa86b9d43d
commit
78ddb916d8
@ -473,7 +473,7 @@ include("head.inc");
|
||||
<?php if ($pdlen >= 0): ?>
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Available prefix delegation size");?></td>
|
||||
<td><?= 64 - $pdlen ?></td>
|
||||
<td><?= 64 - $pdlen ?> <?= gettext('bits') ?></td>
|
||||
</tr>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user