This commit is contained in:
2025-12-05 22:09:21 +01:00
parent 23c5758e3c
commit 15f8da3b64

View File

@@ -298,6 +298,7 @@ def prompt_missing_args(args_in, defaults_in, fields, action=None,stacks=None):
elif "__ALL__" in value_in: elif "__ALL__" in value_in:
# User selected "Select ALL" # User selected "Select ALL"
value_in = commands # all real commands value_in = commands # all real commands
value_in = value_in.sort()
if "pihole" in value_in: if "pihole" in value_in:
if action == "delete_stack": if action == "delete_stack":
value_in.remove("pihole") value_in.remove("pihole")