diff --git a/package/etc/ahriman.ini b/package/etc/ahriman.ini index a0872e17..767bcbe1 100644 --- a/package/etc/ahriman.ini +++ b/package/etc/ahriman.ini @@ -29,8 +29,9 @@ target = target = [email] +full_template_path = /usr/share/ahriman/repo-index.jinja2 no_empty_report = yes -template_path = /usr/share/ahriman/repo-index.jinja2 +template_path = /usr/share/ahriman/email-index.jinja2 ssl = disabled [html] diff --git a/package/share/ahriman/build-status.jinja2 b/package/share/ahriman/build-status.jinja2 index ddfe798f..56073485 100644 --- a/package/share/ahriman/build-status.jinja2 +++ b/package/share/ahriman/build-status.jinja2 @@ -3,14 +3,18 @@ {{ repository }} - {% include "style.jinja2" %} + - {% include "sorttable.jinja2" %} - {% include "search.jinja2" %} + + + + + {% include "style.jinja2" %} -
+ +

ahriman {% if authorized %} {{ version }} @@ -18,58 +22,100 @@ {{ service.status }} {% endif %}

+
- {% include "login-form.jinja2" %} - {% include "login-form-hide.jinja2" %} - {% include "search-line.jinja2" %} - -
- - - - - - - +
+
package basepackagesversionlast updatestatus
+ + + + + + + + - {% if authorized %} - {% for package in packages %} - - - - - - - - {% endfor %} - {% else %} - - + + {% if authorized %} + {% for package in packages %} + + + + + + - {% endif %} -
package basepackagesversionlast updatestatus
{{ package.version }}{{ package.timestamp }}{{ package.status }}
In order to see statuses you must login first
{{ package.base }}{{ package.packages|join("
"|safe) }}
{{ package.version }}{{ package.timestamp }}{{ package.status }}
-
+ {% endfor %} + {% else %} + + In order to see statuses you must login first + + {% endif %} + + +
-