mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-29 15:00:09 +00:00
@@ -283,7 +283,7 @@
|
||||
(<a href="{{ container.GetDocumentation() }}">docs</a>)
|
||||
{% endif %}
|
||||
{% if container.GetUiSecret() != '' %}
|
||||
(secret: {{ GetUiSecret.GetUiSecret() }} )
|
||||
(password: {{ GetUiSecret.GetUiSecret() }} )
|
||||
{% endif %}
|
||||
</span>
|
||||
{% elseif container.GetRunningState().value == 'running' %}
|
||||
@@ -293,7 +293,7 @@
|
||||
(<a href="{{ container.GetDocumentation() }}">docs</a>)
|
||||
{% endif %}
|
||||
{% if container.GetUiSecret() != '' %}
|
||||
(secret: {{ GetUiSecret.GetUiSecret() }} )
|
||||
(password: {{ GetUiSecret.GetUiSecret() }} )
|
||||
{% endif %}
|
||||
</span>
|
||||
{% else %}
|
||||
@@ -303,7 +303,7 @@
|
||||
(<a href="{{ container.GetDocumentation() }}">docs</a>)
|
||||
{% endif %}
|
||||
{% if container.GetUiSecret() != '' %}
|
||||
(secret: {{ GetUiSecret.GetUiSecret() }} )
|
||||
(password: {{ GetUiSecret.GetUiSecret() }} )
|
||||
{% endif %}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user