fix detail in containers starting screen

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-05-21 17:07:44 +02:00
parent 93044dd181
commit 8fd457f62c

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. You might inspect the container logs by clicking on <br>Starting</br> next to each container for further details.<br /><br /> <span class="status running"></span> Containers are currently starting. You might inspect the container logs by clicking on <b>Starting</b> 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 at least one container was not able to start correctly and is currently restarting.<br><br> It seems at least one container was not able to start correctly and is currently restarting.<br><br>