net/frr: Small GUI fixes (#3111)

This commit is contained in:
Patrik Kernstock
2022-10-12 10:29:12 +02:00
committed by GitHub
parent cdf3620972
commit 582273aadf
6 changed files with 7 additions and 7 deletions
@@ -20,7 +20,7 @@
<field>
<id>aspath.action</id>
<label>Action</label>
<type>select_multiple</type>
<type>dropdown</type>
<help>Set permit for match or deny to negate the rule.</help>
</field>
<field>
@@ -26,7 +26,7 @@
<field>
<id>communitylist.action</id>
<label>Action</label>
<type>select_multiple</type>
<type>dropdown</type>
<help>Set permit for match or deny to negate the rule.</help>
</field>
<field>
@@ -46,7 +46,7 @@
<field>
<id>neighbor.updatesource</id>
<label>Update-Source Interface</label>
<type>select_multiple</type>
<type>dropdown</type>
<help><![CDATA[Physical name of the IPv4 interface facing the peer. Please refer to the <a href="http://docs.frrouting.org/en/stable-7.4/bgp.html#clicmd-[no]neighborPEERupdate-source%3CIFNAME|ADDRESS%3E">FRR documentation</a> for more information.]]></help>
</field>
<field>
@@ -15,12 +15,12 @@
<id>routemap.name</id>
<label>Name</label>
<type>text</type>
<help>Route-map name to match and set your patterns, it will be enabled via the neigbor configuration.</help>
<help>Route-map name to match and set your patterns, it will be enabled via the neighbor configuration.</help>
</field>
<field>
<id>routemap.action</id>
<label>Action</label>
<type>select_multiple</type>
<type>dropdown</type>
<help>Set permit for match or deny to negate the rule.</help>
</field>
<field>
@@ -110,7 +110,7 @@ POSSIBILITY OF SUCH DAMAGE.
<th data-column-id="enabled" data-type="string" data-formatter="rowtoggle" data-sortable="false">{{ lang._('Enabled') }}</th>
<th data-column-id="name" data-type="string" data-visible="true" data-sortable="true">{{ lang._('Name') }}</th>
<th data-column-id="description" data-type="string" data-visible="true">{{ lang._('Description') }}</th>
<th data-column-id="seqnumber" data-type="string" data-visible="true" data-sortable="true">{{ lang._('Secquence Number') }}</th>
<th data-column-id="seqnumber" data-type="string" data-visible="true" data-sortable="true">{{ lang._('Sequence Number') }}</th>
<th data-column-id="action" data-type="string" data-visible="true" data-sortable="false">{{ lang._('Action') }}</th>
<th data-column-id="network" data-type="string" data-visible="true" data-sortable="false">{{ lang._('Network') }}</th>
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
@@ -107,7 +107,7 @@ POSSIBILITY OF SUCH DAMAGE.
<tr>
<th data-column-id="enabled" data-type="string" data-formatter="rowtoggle" data-sortable="false">{{ lang._('Enabled') }}</th>
<th data-column-id="name" data-type="string" data-visible="true" data-sortable="true">{{ lang._('Name') }}</th>
<th data-column-id="seqnumber" data-type="string" data-visible="true" data-sortable="true">{{ lang._('Secquence Number') }}</th>
<th data-column-id="seqnumber" data-type="string" data-visible="true" data-sortable="true">{{ lang._('Sequence Number') }}</th>
<th data-column-id="action" data-type="string" data-visible="true" data-sortable="false">{{ lang._('Action') }}</th>
<th data-column-id="network" data-type="string" data-visible="true" data-sortable="false">{{ lang._('Network') }}</th>
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>