diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 756b3f98..43468d84 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -283,7 +283,7 @@ (docs) {% endif %} {% if container.GetUiSecret() != '' %} - (password: {{ GetUiSecret.GetUiSecret() }} ) + (password: {{ container.GetUiSecret() }} ) {% endif %} {% elseif container.GetRunningState().value == 'running' %} @@ -293,7 +293,7 @@ (docs) {% endif %} {% if container.GetUiSecret() != '' %} - (password: {{ GetUiSecret.GetUiSecret() }} ) + (password: {{ container.GetUiSecret() }} ) {% endif %} {% else %} @@ -303,7 +303,7 @@ (docs) {% endif %} {% if container.GetUiSecret() != '' %} - (password: {{ GetUiSecret.GetUiSecret() }} ) + (password: {{ container.GetUiSecret() }} ) {% endif %} {% endif %}