Skip to content

Commit

Permalink
trivial. rename cloud account
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Apr 15, 2023
1 parent d2bc6b9 commit 6db76d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/cluster-list.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func printClusters(r []domain.ClusterResponse, long bool) {
t.Style().Options.SeparateHeader = false
t.Style().Options.SeparateRows = false

t.AppendHeader(table.Row{"ORGANIZATION_ID", "NAME", "ID", "STATUS", "STACK_TEMPLATE", "CLOUD_SETTING", "CREATED_AT", "UPDATED_AT"})
t.AppendHeader(table.Row{"ORGANIZATION_ID", "NAME", "ID", "STATUS", "STACK_TEMPLATE", "CLOUD_ACCOUNT", "CREATED_AT", "UPDATED_AT"})
for _, s := range r {
if !long {
if s.Status == "DELETED" {
Expand Down

0 comments on commit 6db76d8

Please sign in to comment.