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")