mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 18:54:18 +02:00
always show actions
This commit is contained in:
@@ -239,6 +239,10 @@ func ClusterStatus(conf *cfg.Config) error {
|
||||
for resource, items := range diag.AffectedResources {
|
||||
table.Entries = append(table.Entries, []any{" -> affected " + resource, strings.Join(items, ",")})
|
||||
}
|
||||
|
||||
if diag.Action != "" {
|
||||
table.AddRow(" -> suggested action to fix", diag.Action)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user