Update php/templates/components/container-state.twig

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
Jean-Yves 2025-03-06 15:54:53 +01:00 committed by GitHub
parent 0e88a15edb
commit 06b31c5680
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
</span> </span>
{% if c.GetUiSecret() != '' %} {% if c.GetUiSecret() != '' %}
<details> <details>
<summary>Show password</summary> <summary>Show password for {{ c.GetDisplayName() }}</summary>
<p>{{ c.GetUiSecret() }}</p> <p>{{ c.GetUiSecret() }}</p>
</details> </details>
{% endif %} {% endif %}