diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-09-29 12:52:54 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-04 21:45:11 +0200 |
commit | 48f80ae480e2fc0eabbdb5041e841b80c0f788f4 (patch) | |
tree | cda20c09831038d4b0c3ae78679b43dc127950be /src/hydrilla/proxy/web_ui/templates/repos | |
parent | b0fcc865599cfdc87e2ca8a637df8f5b336bb459 (diff) | |
download | haketilo-hydrilla-48f80ae480e2fc0eabbdb5041e841b80c0f788f4.tar.gz haketilo-hydrilla-48f80ae480e2fc0eabbdb5041e841b80c0f788f4.zip |
[proxy] display some more details in mapping/resource version view in the web UI
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/repos')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja index 15f821b..e670b59 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja @@ -40,7 +40,7 @@ code in a proprietary work, I am not going to enforce this in court. <h4>{{ _('web_ui.repos.repo_list_heading') }}</h4> - <ul id="item_list"> + <ul class="item-list"> {% for info in display_infos %} {% set entry_classes = [] %} |