summaryrefslogtreecommitdiff
path: root/web/kbn_templates/routing_header.j2
diff options
context:
space:
mode:
Diffstat (limited to 'web/kbn_templates/routing_header.j2')
-rw-r--r--web/kbn_templates/routing_header.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/web/kbn_templates/routing_header.j2 b/web/kbn_templates/routing_header.j2
index 527f154..a3af75d 100644
--- a/web/kbn_templates/routing_header.j2
+++ b/web/kbn_templates/routing_header.j2
@@ -1,9 +1,9 @@
{{ breadcrumbs([{'text': 'routing'|lang}]) }}
{% set routing_tabs = [
- {'tab': 'main', 'url': '/routing/main.cgi', 'label': 'routing_main'|lang},
- {'tab': 'rules', 'url': '/routing/rules.cgi', 'label': 'routing_rules'|lang},
- {'tab': 'dhcp', 'url': '/routing/dhcp.cgi', 'label': 'DHCP'}
+ {'tab': 'main', 'url': 'routing_main.cgi', 'label': 'routing_main'|lang},
+ {'tab': 'rules', 'url': 'routing_rules.cgi', 'label': 'routing_rules'|lang},
+ {'tab': 'dhcp', 'url': 'routing_dhcp.cgi', 'label': 'DHCP'}
] %}
<nav>