FRR: OSPF interface form, align form with model. for https://github.com/opnsense/plugins/issues/2098

This commit is contained in:
Ad Schellevis
2020-11-16 16:53:02 +01:00
committed by Ad Schellevis
parent d4d0449dc9
commit 7a3eafbba7
@@ -7,13 +7,13 @@
<field>
<id>interface.interfacename</id>
<label>Interface</label>
<type>select_multiple</type>
<type>dropdown</type>
<help>Select an interface where this settings apply to.</help>
</field>
<field>
<id>interface.authtype</id>
<label>Authentication Type</label>
<type>select_multiple</type>
<type>dropdown</type>
</field>
<field>
<id>interface.authkey</id>
@@ -77,6 +77,6 @@
<field>
<id>interface.networktype</id>
<label>Network Type</label>
<type>select_multiple</type>
<type>dropdown</type>
</field>
</form>