diff --git a/net/quagga/src/opnsense/mvc/app/views/OPNsense/Quagga/diagnosticsospf.volt b/net/quagga/src/opnsense/mvc/app/views/OPNsense/Quagga/diagnosticsospf.volt index a5cf49a88..2ac240dd4 100644 --- a/net/quagga/src/opnsense/mvc/app/views/OPNsense/Quagga/diagnosticsospf.volt +++ b/net/quagga/src/opnsense/mvc/app/views/OPNsense/Quagga/diagnosticsospf.volt @@ -32,51 +32,51 @@ POSSIBILITY OF SUCH DAMAGE.
| {{ lang._("RFC2328 Conform") }} | +{{ lang._('RFC2328 Conform') }} | <%= checkmark(ospf_overview['rfc2328_conform']) %> |
| {{ lang._("ASBR") }} | +{{ lang._('ASBR') }} | <%= checkmark(ospf_overview['asbr']) %> |
| {{ lang._("Router ID") }} | +{{ lang._('Router ID') }} | <%= ospf_overview['router_id'] %> |
| {{ lang._("RFC1583 Compatibility") }} | +{{ lang._('RFC1583 Compatibility') }} | <%= checkmark(ospf_overview['rfc1583_compatibility']) %> |
| {{ lang._("Opaque Capability") }} | +{{ lang._('Opaque Capability') }} | <%= checkmark(ospf_overview['opaque_capability']) %> |
| {{ lang._("Initial SPF Scheduling Delay") }} | +{{ lang._('Initial SPF Scheduling Delay') }} | <%= ospf_overview['initial_spf_scheduling_delay'] %> |
| {{ lang._("Minimum Hold Time") }} | +{{ lang._('Minimum Hold Time') }} | <%= ospf_overview['hold_time']['min'] %> {{ lang._('Milliseconds') }} |
| {{ lang._("Maximum Hold Time") }} | +{{ lang._('Maximum Hold Time') }} | <%= ospf_overview['hold_time']['max'] %> {{ lang._('Milliseconds') }} |
| {{ lang._("Current Hold Time Multipier") }} | +{{ lang._('Current Hold Time Multipier') }} | <%= ospf_overview['current_hold_time_multipier'] %> |
| {{ lang._("SPF Timer") }} | +{{ lang._('SPF Timer') }} | <%= ospf_overview['spf_timer'] %> |
| {{ lang._("Refresh Timer") }} | +{{ lang._('Refresh Timer') }} | <%= ospf_overview['refresh_timer'] %> |
| {{ lang._("Areas Attached Count") }} | +{{ lang._('Areas Attached Count') }} | <%= ospf_overview['areas_attached_count'] %> |
| {{ lang._("Router ID") }} | +{{ lang._('Router ID') }} | <%= ospfv3_overview['router_id'] %> |
| {{ lang._("Routing Process") }} | +{{ lang._('Routing Process') }} | <%= ospfv3_overview['routing_process'] %> |
| {{ lang._("Running Time") }} | +{{ lang._('Running Time') }} | <%= ospfv3_overview['running_time'] %> |
| {{ lang._("Initial SPF scheduling delay") }} | +{{ lang._('Initial SPF scheduling delay') }} | <%= ospfv3_overview['intital_spf_scheduling_delay'] %> |
| {{ lang._("Hold Time") }} | +{{ lang._('Hold Time') }} |
- {{ lang._("Minimum Hold Time") }} <%= ospfv3_overview['hold_time']['min'] %> - {{ lang._("Maximum Hold Time:") }} <%= ospfv3_overview['hold_time']['max'] %> + {{ lang._('Minimum Hold Time') }} <%= ospfv3_overview['hold_time']['min'] %> + {{ lang._('Maximum Hold Time:') }} <%= ospfv3_overview['hold_time']['max'] %> |
| {{ lang._("SPF timer") }} | +{{ lang._('SPF timer') }} | <%= ospfv3_overview['spf_timer'] %> |
| {{ lang._("Number Of Scoped AS") }} | +{{ lang._('Number Of Scoped AS') }} | <%= ospfv3_overview['number_as_scoped'] %> |
| {{ lang._("Number Of Areas") }} | +{{ lang._('Number Of Areas') }} | <%= ospfv3_overview['number_of_areas'] %> |
| {{ lang._("Number Of LSAs") }} | +{{ lang._('Number Of LSAs') }} | <%= area['number_lsas'] %> |
| {{ lang._("Interfaces") }} | +{{ lang._('Interfaces') }} | <%= _.join(area['interfaces'], ", ") %> |