mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +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>
|
||||
{% if c.GetUiSecret() != '' %}
|
||||
<details>
|
||||
<summary>Show password</summary>
|
||||
<summary>Show password for {{ c.GetDisplayName() }}</summary>
|
||||
<p>{{ c.GetUiSecret() }}</p>
|
||||
</details>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue