Skip to content

Commit

Permalink
Merge pull request #203 from meroxa/remove-double-env-details
Browse files Browse the repository at this point in the history
Remove double instance of env details on describe
  • Loading branch information
dianadoherty authored Oct 22, 2021
2 parents 28fe46c + 1811392 commit 836109b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,12 +440,6 @@ func EnvironmentTable(environment *meroxa.Environment) string {
},
}

if environment.Status.Details != "" {
mainTable.Body.Cells = append(mainTable.Body.Cells, []*simpletable.Cell{
{Align: simpletable.AlignRight, Text: "Details:"},
{Text: environment.Status.Details},
})
}
mainTable.SetStyle(simpletable.StyleCompact)

return mainTable.String()
Expand Down

0 comments on commit 836109b

Please sign in to comment.