diff --git a/swh/web/ui/static/lib/jquery.flot.js b/swh/web/ui/static/lib/jquery.flot.min.js similarity index 100% rename from swh/web/ui/static/lib/jquery.flot.js rename to swh/web/ui/static/lib/jquery.flot.min.js diff --git a/swh/web/ui/static/lib/jquery.flot.selection.js b/swh/web/ui/static/lib/jquery.flot.selection.min.js similarity index 100% rename from swh/web/ui/static/lib/jquery.flot.selection.js rename to swh/web/ui/static/lib/jquery.flot.selection.min.js diff --git a/swh/web/ui/static/lib/jquery.flot.time.js b/swh/web/ui/static/lib/jquery.flot.time.min.js similarity index 100% rename from swh/web/ui/static/lib/jquery.flot.time.js rename to swh/web/ui/static/lib/jquery.flot.time.min.js diff --git a/swh/web/ui/static/lib/jquery.flot.tooltip.js b/swh/web/ui/static/lib/jquery.flot.tooltip.min.js similarity index 100% rename from swh/web/ui/static/lib/jquery.flot.tooltip.js rename to swh/web/ui/static/lib/jquery.flot.tooltip.min.js diff --git a/swh/web/ui/templates/origin.html b/swh/web/ui/templates/origin.html index b0dfbbe1..6a33d3fb 100644 --- a/swh/web/ui/templates/origin.html +++ b/swh/web/ui/templates/origin.html @@ -1,41 +1,41 @@ {% extends "layout.html" %} {% block title %}Origin{% endblock %} {% block content %} {% if message is not none %} {{ message }} {% endif %} {% if origin is not none %} - - - + + +
Details on origin {{ origin_id }}:
{% for key in ['type', 'lister', 'projet', 'url'] %} {% if origin[key] is not none %}
{{ key }}
{{ origin[key] }}
{% endif %} {% endfor %} {% if 'decoding_failures' in content %}
(some decoding errors)
{% endif %}
{% endif %} {% endblock %}