This commit is contained in:
2025-12-13 22:15:40 +01:00
parent 24492e1ec9
commit 04f5a059a4

View File

@@ -1076,6 +1076,7 @@ class Portainer:
def restart_service(self, endpoint_id, service_id):
stacks = [(s["Id"], s["Name"]) for s in self.get_stacks(endpoint_id)]
stacks = sorted(stacks, key=lambda x: x[1])
stack_id = radiolist_dialog(
title="Select one service",
text="Choose a service:",