diff --git a/data/web/templates/debug.twig b/data/web/templates/debug.twig index c275daca..8278718b 100644 --- a/data/web/templates/debug.twig +++ b/data/web/templates/debug.twig @@ -89,6 +89,19 @@ {{ container }} ({{ container_info.Config.Image }}) ({{ lang.debug.started_on }} {{ container_info.State.StartedAtHR }}) + +
+ {{ lang.debug.restart_container }} + {% if container_info.State.Running == 1 %} {{ lang.debug.container_running }} @@ -103,17 +116,6 @@ {% endif %}
- {{ lang.debug.restart_container }} - {% endfor %}