fix: maintain sorted output
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
930ff68bb2
commit
be26f80f03
@ -200,7 +200,10 @@ can take some time.
|
|||||||
allStats[app.Server] = stats
|
allStats[app.Server] = stats
|
||||||
}
|
}
|
||||||
|
|
||||||
for serverName, serverStat := range allStats {
|
for _, app := range apps {
|
||||||
|
serverName := app.Server
|
||||||
|
serverStat := allStats[serverName]
|
||||||
|
|
||||||
tableCol := []string{"recipe", "app name", "domain"}
|
tableCol := []string{"recipe", "app name", "domain"}
|
||||||
if status {
|
if status {
|
||||||
tableCol = append(tableCol, []string{"status", "version", "upgrade"}...)
|
tableCol = append(tableCol, []string{"status", "version", "upgrade"}...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user