From d516b9decad07b940b3cd117fc4e353dd8bbe7d2 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 24 Aug 2022 10:47:33 +0200 Subject: make repo packages (mappings) load as uninstalled; make them installable through the web UI --- src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja | 6 +++--- .../proxy/web_ui/templates/repos/show_single.html.jinja | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/hydrilla/proxy/web_ui/templates/repos') diff --git a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja index 3fdcbd3..1b618cf 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja @@ -31,12 +31,12 @@ in a proprietary work, I am not going to enforce this in court. {% if repo_name_invalid is defined -%} {%- endif %} {% if repo_name_taken is defined -%} {%- endif %}
@@ -49,7 +49,7 @@ in a proprietary work, I am not going to enforce this in court.
{% if repo_url_invalid is defined -%} {%- endif %}
diff --git a/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja index b3a4f32..a5998b8 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja @@ -29,12 +29,12 @@ in a proprietary work, I am not going to enforce this in court. {% block main %} {%- if repo_communication_error is defined %} {%- endif %} {%- if repo_api_version_unsupported is defined %} {%- endif %} {%- set repo_id = display_info.ref.id %} @@ -61,12 +61,12 @@ in a proprietary work, I am not going to enforce this in court. {%- if repo_name_invalid is defined %} {%- endif %} {%- if repo_name_taken is defined %} {%- endif %}
@@ -109,7 +109,7 @@ in a proprietary work, I am not going to enforce this in court. {%- if repo_url_invalid is defined %} {%- endif %}
-- cgit v1.2.3