mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
vlan/edit add description, closes https://github.com/opnsense/core/issues/1621
This commit is contained in:
parent
d3492abdef
commit
b16ea82258
@ -185,7 +185,15 @@ include("head.inc");
|
||||
continue;
|
||||
}?>
|
||||
<option value="<?=$ifn;?>" <?=$ifn == $pconfig['if'] ? " selected=\"selected\"" : "";?>>
|
||||
<?=htmlspecialchars($ifn);?> ( <?= !empty($ifinfo['mac']) ? $ifinfo['mac'] :"" ;?> )
|
||||
<?=htmlspecialchars($ifn);?>
|
||||
( <?= !empty($ifinfo['mac']) ? $ifinfo['mac'] :"" ;?> )
|
||||
<?php
|
||||
if (!empty($ifinfo['friendly'])):?>
|
||||
[
|
||||
<?=!empty($config['interfaces'][$ifinfo['friendly']]['descr']) ? htmlspecialchars($config['interfaces'][$ifinfo['friendly']]['descr']) : $ifinfo['friendly'];?>
|
||||
]
|
||||
<?php
|
||||
endif;?>
|
||||
</option>
|
||||
<?php
|
||||
endforeach;?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user