mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
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:
parent
0e88a15edb
commit
06b31c5680
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue