mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 02:34:53 +01:00
build
This commit is contained in:
2
port.py
2
port.py
@@ -721,7 +721,7 @@ class Portainer:
|
||||
count += 1
|
||||
|
||||
headers = ["StackID", "Name", "Endpoint"]
|
||||
print(tabulate(data, headers=headers, tablefmt="github"))
|
||||
print(tabulate.tabulate(data, headers=headers, tablefmt="github"))
|
||||
print(f"Total stacks: {count}")
|
||||
|
||||
def start_stack(self, stack=None, endpoint_id=None):
|
||||
|
||||
Reference in New Issue
Block a user