Skip to content

Commit

Permalink
fix detail in containers starting screen
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed May 21, 2024
1 parent 93044dd commit 8fd457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/templates/containers.twig
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
{% endif %}
{% else %}
{% 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>
{% else %}
It seems at least one container was not able to start correctly and is currently restarting.<br><br>
Expand Down

0 comments on commit 8fd457f

Please sign in to comment.