Skip to content

Commit 21dfc13

Browse files
committed
fix showing ui-secret in aio-interface
Signed-off-by: Simon L. <[email protected]>
1 parent 6f2ae62 commit 21dfc13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php/templates/containers.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
(<a href="{{ container.GetDocumentation() }}">docs</a>)
284284
{% endif %}
285285
{% if container.GetUiSecret() != '' %}
286-
(password: {{ GetUiSecret.GetUiSecret() }} )
286+
(password: {{ container.GetUiSecret() }} )
287287
{% endif %}
288288
</span>
289289
{% elseif container.GetRunningState().value == 'running' %}
@@ -293,7 +293,7 @@
293293
(<a href="{{ container.GetDocumentation() }}">docs</a>)
294294
{% endif %}
295295
{% if container.GetUiSecret() != '' %}
296-
(password: {{ GetUiSecret.GetUiSecret() }} )
296+
(password: {{ container.GetUiSecret() }} )
297297
{% endif %}
298298
</span>
299299
{% else %}
@@ -303,7 +303,7 @@
303303
(<a href="{{ container.GetDocumentation() }}">docs</a>)
304304
{% endif %}
305305
{% if container.GetUiSecret() != '' %}
306-
(password: {{ GetUiSecret.GetUiSecret() }} )
306+
(password: {{ container.GetUiSecret() }} )
307307
{% endif %}
308308
</span>
309309
{% endif %}

0 commit comments

Comments
 (0)