fix formatting of password in aio-interface

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

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: {{ 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 %}