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