add instructions how to inspect container logs

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-05-15 18:17:56 +02:00
parent 5a826222d4
commit 63c667cac3

View file

@ -236,7 +236,7 @@
{% endif %} {% endif %}
{% else %} {% else %}
{% if isAnyRestarting == false %} {% if isAnyRestarting == false %}
<span class="status running"></span> Containers are currently starting.<br /><br /> <span class="status running"></span> Containers are currently starting. You might inspect the container logs by clicking on <br>Starting</br> next to each container for further details.<br /><br />
<a href="" class="button reload">Reload ↻</a><br/><br> <a href="" class="button reload">Reload ↻</a><br/><br>
{% else %} {% else %}
It seems like at least one container is currently restarting which means it is not able to start correctly.<br><br> It seems like at least one container is currently restarting which means it is not able to start correctly.<br><br>