mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
interfaces: this is really hard ;)
This commit is contained in:
parent
6fb54a1c11
commit
8bb992cfe7
@ -3023,9 +3023,9 @@ include("head.inc");
|
||||
$pconfig['track6-prefix-id'] = 0;
|
||||
}
|
||||
$track6_prefix_id_hex = !empty($pconfig['track6-prefix-id--hex']) ? $pconfig['track6-prefix-id--hex']: sprintf("%x", $pconfig['track6-prefix-id']);?>
|
||||
<div class="input-group">
|
||||
<div class="input-group" style="max-width:348px">
|
||||
<div class="input-group-addon">0x</div>
|
||||
<input name="track6-prefix-id--hex" type="text" id="track6-prefix-id--hex" value="<?= $track6_prefix_id_hex ?>" />
|
||||
<input name="track6-prefix-id--hex" type="text" class="form-control" id="track6-prefix-id--hex" value="<?= $track6_prefix_id_hex ?>" />
|
||||
</div>
|
||||
<div class="hidden" data-for="help_for_track6-prefix-id">
|
||||
<?= gettext('The value in this field is the delegated hexadecimal IPv6 prefix ID. This determines the configurable /64 network ID based on the dynamic IPv6 connection.') ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user