mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixed #6163
This commit is contained in:
parent
ebaf36ebe5
commit
bcb3c9283e
@ -280,6 +280,13 @@ $section->addInput(new Form_Select(
|
||||
array_combine($laggprotos, $laggprotosuc)
|
||||
))->setHelp($protohelp);
|
||||
|
||||
$section->addInput(new Form_Input(
|
||||
'descr',
|
||||
'Description',
|
||||
'text',
|
||||
$pconfig['descr']
|
||||
))->setHelp("Enter a description here for reference only. (Not parsed)");
|
||||
|
||||
$section->addInput(new Form_Input(
|
||||
'laggif',
|
||||
null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user