parent
1723025fbf
commit
1574aa0631
@ -143,10 +143,10 @@ func showPSOutput(app appPkg.App, cl *dockerClient.Client, deployedVersion, chao
|
|||||||
|
|
||||||
row := []string{
|
row := []string{
|
||||||
containerStats["service"],
|
containerStats["service"],
|
||||||
|
containerStats["status"],
|
||||||
containerStats["image"],
|
containerStats["image"],
|
||||||
dVersion,
|
dVersion,
|
||||||
cVersion,
|
cVersion,
|
||||||
containerStats["status"],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
rows = append(rows, row)
|
rows = append(rows, row)
|
||||||
@ -170,10 +170,10 @@ func showPSOutput(app appPkg.App, cl *dockerClient.Client, deployedVersion, chao
|
|||||||
|
|
||||||
headers := []string{
|
headers := []string{
|
||||||
"SERVICE",
|
"SERVICE",
|
||||||
|
"STATUS",
|
||||||
"IMAGE",
|
"IMAGE",
|
||||||
"VERSION",
|
"VERSION",
|
||||||
"CHAOS",
|
"CHAOS",
|
||||||
"STATUS",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.
|
table.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user