mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-01-29 04:49:44 +01:00
Compare commits
2 Commits
63e158899e
...
f561508d2e
| Author | SHA1 | Date | |
|---|---|---|---|
| f561508d2e | |||
| 974966fdd8 |
1
port.py
1
port.py
@@ -868,6 +868,7 @@ class Portainer:
|
||||
headers = ["StackID", "Name", "Endpoint"]
|
||||
print(tabulate.tabulate(data, headers=headers, tablefmt="github"))
|
||||
print(f"Total stacks: {count}")
|
||||
input("Continue...")
|
||||
# print(sorted(stack_names))
|
||||
|
||||
def update_containers(self):
|
||||
|
||||
@@ -39,7 +39,7 @@ else:
|
||||
raise Exception("Failed to authenticate with Vault")
|
||||
# Specify the mount point of your KV engine
|
||||
|
||||
VERSION = "0.1.17"
|
||||
VERSION = "0.1.19"
|
||||
|
||||
defaults = {
|
||||
"endpoint_id": "vm01",
|
||||
|
||||
Reference in New Issue
Block a user