From 15f8da3b64093eee4cc031866084e4ffa99c563d Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 5 Dec 2025 22:09:21 +0100 Subject: [PATCH] build --- portainer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/portainer.py b/portainer.py index 4027ee9..05f066c 100755 --- a/portainer.py +++ b/portainer.py @@ -298,6 +298,7 @@ def prompt_missing_args(args_in, defaults_in, fields, action=None,stacks=None): elif "__ALL__" in value_in: # User selected "Select ALL" value_in = commands # all real commands + value_in = value_in.sort() if "pihole" in value_in: if action == "delete_stack": value_in.remove("pihole")