mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
Interfaces: Assignments - add technical interface ID as these are critical when synchronising content (either hasync or OPNcentral)
This commit is contained in:
parent
4173fbca0e
commit
dd7d21a3db
@ -426,7 +426,12 @@ include("head.inc");
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?=gettext("Interface"); ?></th>
|
||||
<th><?=gettext("Interface"); ?>
|
||||
(<?=gettext("ID"); ?>
|
||||
<span data-toggle="tooltip" title="<?=gettext("Technical identifier of the interface, used by hasync for example");?>">
|
||||
<i style="cursor: pointer;" class="fa fa-question-circle" data-toggle="collapse" ></i>
|
||||
</span>)
|
||||
</th>
|
||||
<th><?=gettext("Network port"); ?></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
@ -438,6 +443,7 @@ include("head.inc");
|
||||
<tr>
|
||||
<td>
|
||||
<strong><u><span onclick="location.href='/interfaces.php?if=<?=$ifname;?>'" style="cursor: pointer;"><?=$iface['descr'];?></span></u></strong>
|
||||
(<?=$ifname;?>)
|
||||
</td>
|
||||
<td>
|
||||
<select name="<?=$ifname;?>" id="<?=$ifname;?>" class="selectpicker" data-size="10">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user