aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/base.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-29 13:05:35 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-09 13:55:05 +0200
commit31396a4b200526aa8aa344e602976b719f0c673d (patch)
tree4a07bc2907cd988cd686d4e60320c7dacbdfdb20 /src/hydrilla/proxy/web_ui/templates/base.html.jinja
parent7d653be73053574ffbe87c3eed88eb04823c9f42 (diff)
downloadhaketilo-hydrilla-31396a4b200526aa8aa344e602976b719f0c673d.tar.gz
haketilo-hydrilla-31396a4b200526aa8aa344e602976b719f0c673d.zip
[proxy] make it possible to also view and install/uninstall libraries (resources) through the web UI
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/base.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/base.html.jinja9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
index 4d1eca2..acc696e 100644
--- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
@@ -119,10 +119,11 @@ in a proprietary work, I am not going to enforce this in court.
{% set active_endpoint = get_current_endpoint() %}
{%
set navigation_bar = [
- ('home', _('web_ui.base.nav.home')),
- ('packages.packages', _('web_ui.base.nav.packages')),
- ('repos.repos', _('web_ui.base.nav.repos')),
- ('packages.load_from_disk', _('web_ui.base.nav.load'))
+ ('home', _('web_ui.base.nav.home')),
+ ('items.packages', _('web_ui.base.nav.packages')),
+ ('items.libraries', _('web_ui.base.nav.libraries')),
+ ('repos.repos', _('web_ui.base.nav.repos')),
+ ('items.load_from_disk', _('web_ui.base.nav.load'))
]
%}
<ul id="nav">