This commit is contained in:
2026-03-21 21:24:03 +01:00
parent eba757bf25
commit df151c4c7f
+1 -1
View File
@@ -1275,7 +1275,7 @@ class PortainerApi:
self.stack_ids = list(dict.fromkeys(self.stack_ids))
for stck in self.stack_ids:
print(
f"Stopping stack {self.stacks_all[self.endpoint_id]['by_id'][stck]}",
f"Stopping stack {self.stacks_all[self.endpoint_id]['by_id'][stck][:size].ljust(size)}",
end="",
flush=True
)