mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
fix showing ui-secret in aio-interface
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
6f2ae6258f
commit
21dfc131ad
1 changed files with 3 additions and 3 deletions
|
|
@ -283,7 +283,7 @@
|
|||
(<a href="{{ container.GetDocumentation() }}">docs</a>)
|
||||
{% endif %}
|
||||
{% if container.GetUiSecret() != '' %}
|
||||
(password: {{ GetUiSecret.GetUiSecret() }} )
|
||||
(password: {{ container.GetUiSecret() }} )
|
||||
{% endif %}
|
||||
</span>
|
||||
{% elseif container.GetRunningState().value == 'running' %}
|
||||
|
|
@ -293,7 +293,7 @@
|
|||
(<a href="{{ container.GetDocumentation() }}">docs</a>)
|
||||
{% endif %}
|
||||
{% if container.GetUiSecret() != '' %}
|
||||
(password: {{ GetUiSecret.GetUiSecret() }} )
|
||||
(password: {{ container.GetUiSecret() }} )
|
||||
{% endif %}
|
||||
</span>
|
||||
{% else %}
|
||||
|
|
@ -303,7 +303,7 @@
|
|||
(<a href="{{ container.GetDocumentation() }}">docs</a>)
|
||||
{% endif %}
|
||||
{% if container.GetUiSecret() != '' %}
|
||||
(password: {{ GetUiSecret.GetUiSecret() }} )
|
||||
(password: {{ container.GetUiSecret() }} )
|
||||
{% endif %}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue