aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/base.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-09-27 11:25:00 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-29 10:47:13 +0200
commit05f1f813fa5dad4e9794dcccb0ea24e75a215029 (patch)
treecdd3f85dc0831afe5fcf6d707bc204f39f538920 /src/hydrilla/proxy/web_ui/templates/base.html.jinja
parentc28cb95b39c4f5b76301dfb4d461bc88f8c8c1e6 (diff)
downloadhaketilo-hydrilla-05f1f813fa5dad4e9794dcccb0ea24e75a215029.tar.gz
haketilo-hydrilla-05f1f813fa5dad4e9794dcccb0ea24e75a215029.zip
[proxy] remove options page in web UI and move options to proxy's home page
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/base.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/base.html.jinja1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
index 37930e2..c0eecce 100644
--- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
@@ -239,7 +239,6 @@ code in a proprietary work, I am not going to enforce this in court.
{%
set navigation_bar = [
('home', _('web_ui.base.nav.home'), false),
- ('options.options', _('web_ui.base.nav.options'), false),
('rules.rules', _('web_ui.base.nav.rules'), false),
('items.packages', _('web_ui.base.nav.packages'), false),
('items.libraries', _('web_ui.base.nav.libraries'), true),