From 1542c894c12de690da5d052e0334144204b5a85a Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 28 Jan 2025 11:48:06 +0100 Subject: [PATCH] fix formatting of password in aio-interface Signed-off-by: Simon L. --- php/templates/containers.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 43468d84..f167dd5d 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -283,7 +283,7 @@ (docs) {% endif %} {% if container.GetUiSecret() != '' %} - (password: {{ container.GetUiSecret() }} ) + (password: {{ container.GetUiSecret() }}) {% endif %} {% elseif container.GetRunningState().value == 'running' %} @@ -293,7 +293,7 @@ (docs) {% endif %} {% if container.GetUiSecret() != '' %} - (password: {{ container.GetUiSecret() }} ) + (password: {{ container.GetUiSecret() }}) {% endif %} {% else %} @@ -303,7 +303,7 @@ (docs) {% endif %} {% if container.GetUiSecret() != '' %} - (password: {{ container.GetUiSecret() }} ) + (password: {{ container.GetUiSecret() }}) {% endif %} {% endif %}