From 1574aa063102614640efa101996835fbafdd420f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 16 Mar 2025 12:42:09 +0100 Subject: [PATCH] refactor!: status between service/image See https://git.coopcloud.tech/toolshed/abra/issues/487#issuecomment-22673 --- cli/app/ps.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/app/ps.go b/cli/app/ps.go index 88bb7b85..e72da3b5 100644 --- a/cli/app/ps.go +++ b/cli/app/ps.go @@ -143,10 +143,10 @@ func showPSOutput(app appPkg.App, cl *dockerClient.Client, deployedVersion, chao row := []string{ containerStats["service"], + containerStats["status"], containerStats["image"], dVersion, cVersion, - containerStats["status"], } rows = append(rows, row) @@ -170,10 +170,10 @@ func showPSOutput(app appPkg.App, cl *dockerClient.Client, deployedVersion, chao headers := []string{ "SERVICE", + "STATUS", "IMAGE", "VERSION", "CHAOS", - "STATUS", } table.