Compare commits
1 Commits
30d3dbc796
...
517616f9fb
Author | SHA1 | Date | |
---|---|---|---|
517616f9fb |
@ -325,11 +325,6 @@ func (m Model) View() string {
|
||||
split := strings.Split(stream.Name, "_")
|
||||
short := split[len(split)-1]
|
||||
|
||||
newLineSpacing := " "
|
||||
for range len(short) {
|
||||
newLineSpacing += " "
|
||||
}
|
||||
|
||||
status := stream.status
|
||||
if strings.Contains(stream.status, "converged") && !stream.rollback {
|
||||
status = "succeeded"
|
||||
|
Loading…
x
Reference in New Issue
Block a user