From f5fbcd4d9d2b4da2e627bf09c504efb530a2d4ba Mon Sep 17 00:00:00 2001 From: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:43:18 +1300 Subject: [PATCH] fix(stack): auto complete dropdown in docker stacks [EE-6761] (#11254) --- app/portainer/views/stacks/create/createstack.html | 2 +- app/portainer/views/stacks/edit/stack.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/portainer/views/stacks/create/createstack.html b/app/portainer/views/stacks/create/createstack.html index d925bf5b9..ea04f9b09 100644 --- a/app/portainer/views/stacks/create/createstack.html +++ b/app/portainer/views/stacks/create/createstack.html @@ -4,7 +4,7 @@
-
+
diff --git a/app/portainer/views/stacks/edit/stack.html b/app/portainer/views/stacks/edit/stack.html index 0ebc3401f..191ae640d 100644 --- a/app/portainer/views/stacks/edit/stack.html +++ b/app/portainer/views/stacks/edit/stack.html @@ -139,7 +139,7 @@ Editor - +
This stack will be deployed using the equivalent of docker compose. Only Compose file format version 2 is supported at the moment.