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>) (<a href="{{ container.GetDocumentation() }}">docs</a>)
{% endif %} {% endif %}
{% if container.GetUiSecret() != '' %} {% if container.GetUiSecret() != '' %}
(password: {{ GetUiSecret.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: {{ GetUiSecret.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: {{ GetUiSecret.GetUiSecret() }} ) (password: {{ container.GetUiSecret() }} )
{% endif %} {% endif %}
</span> </span>
{% endif %} {% endif %}