Skip to content

Commit 80e378f

Browse files
author
GitHub Workflow
committed
Repo-sync
1 parent b1fa655 commit 80e378f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php/templates/containers.twig

+3-3
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)