This commit is contained in:
2025-12-21 00:52:21 +01:00
parent 974966fdd8
commit f561508d2e

View File

@@ -868,6 +868,7 @@ class Portainer:
headers = ["StackID", "Name", "Endpoint"] headers = ["StackID", "Name", "Endpoint"]
print(tabulate.tabulate(data, headers=headers, tablefmt="github")) print(tabulate.tabulate(data, headers=headers, tablefmt="github"))
print(f"Total stacks: {count}") print(f"Total stacks: {count}")
input("Continue...")
# print(sorted(stack_names)) # print(sorted(stack_names))
def update_containers(self): def update_containers(self):