From 8314dc42dc21185f556b4bb257ce198378d30d71 Mon Sep 17 00:00:00 2001 From: Evgeny Sorokin Date: Wed, 3 Apr 2024 01:26:41 +0300 Subject: web_kbn: relative paths --- web/kbn_templates/routing_header.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/kbn_templates/routing_header.j2') 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'} ] %}