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

View File

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