fix showing ui-secret in aio-interface

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-01-28 11:11:41 +01:00
parent 6f2ae6258f
commit 21dfc131ad

View file

@ -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 %}