diff options
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/services.html.j2 | 3 | ||||
| -rwxr-xr-x | templates/template.html.j2 | 1 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/templates/services.html.j2 b/templates/services.html.j2 index 9c9e5ec..9f42c7f 100755 --- a/templates/services.html.j2 +++ b/templates/services.html.j2 @@ -4,7 +4,7 @@      <section id=docker>          <h2>docker</h2>          <ul> -            {% for host, containers in docker.items() %} +            {% for host, containers in docker["containers"].items() %}                  <h4>{{ "%s - %s" % (host[0], host[1]) }}</h4>                  <table>                      {% for name, status, image in containers %} @@ -21,6 +21,7 @@                  </table>              {% endfor %}          </ul> +        <p>{{ docker["cachetime"] }}</p>      </section>      <section id="torrents"> diff --git a/templates/template.html.j2 b/templates/template.html.j2 index 1c9e99e..86618bc 100755 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -67,6 +67,7 @@                      <img src="/img/www.gif">                      <img src="/img/bob.gif">                      <img src="/img/sun.gif"> +                    <img src="/img/cloudfree.png">                  </div>                  <iframe src="https://john.citrons.xyz/embed?ref=eda.gay" style="padding-top:20px;margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe>              </footer> | 
