diff --git a/web/html/component/aSidebar.html b/web/html/component/aSidebar.html
index b69c8f3f..6ecd8dbc 100644
--- a/web/html/component/aSidebar.html
+++ b/web/html/component/aSidebar.html
@@ -64,6 +64,11 @@
icon: 'tool',
title: '{{ i18n "menu.xray"}}'
},
+ {
+ key: '{{ .base_path }}panel/navigation',
+ icon: 'link',
+ title: '{{ i18n "menu.navigation"}}'
+ },
{
key: '{{ .base_path }}logout/',
icon: 'logout',
@@ -100,4 +105,4 @@
template: `{{template "component/sidebar/content"}}`,
});
-{{end}}
\ No newline at end of file
+{{end}}