mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 18:44:53 +01:00
build
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user