summaryrefslogtreecommitdiff
path: root/web/kbn_templates/routing_header.j2
diff options
context:
space:
mode:
authorEvgeny Sorokin <me@ch1p.io>2024-04-03 01:26:41 +0300
committerEvgeny Sorokin <me@ch1p.io>2024-04-03 01:26:41 +0300
commit8314dc42dc21185f556b4bb257ce198378d30d71 (patch)
treeab11a973c920f99063f55a58ed2affc397fd8945 /web/kbn_templates/routing_header.j2
parent63ff5dd151ca6a21dbae8a654d81cf60f2f6f0cc (diff)
web_kbn: relative paths
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>