address review

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-01-24 13:34:14 +01:00
parent 04ef45667f
commit 2efeff2b96
5 changed files with 7 additions and 4 deletions

View file

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