chore(ui): update copy
This commit is contained in:
parent
522be621ee
commit
2eeb809e6e
@ -91,7 +91,7 @@ func TestIntegration(t *testing.T) {
|
||||
contents := getContents()
|
||||
require.True(t, len(contents) > 2, "expected at least 3 lines of output")
|
||||
|
||||
assert.Contains(t, contents[2], "Status waiting", "expected mediaserver status to be waiting")
|
||||
assert.Contains(t, contents[2], "Status waiting for stream", "expected mediaserver status to be waiting")
|
||||
},
|
||||
2*time.Minute,
|
||||
time.Second,
|
||||
@ -281,7 +281,7 @@ func TestIntegrationDestinationValidations(t *testing.T) {
|
||||
contents := getContents()
|
||||
require.True(t, len(contents) > 2, "expected at least 3 lines of output")
|
||||
|
||||
assert.Contains(t, contents[2], "Status waiting", "expected mediaserver status to be waiting")
|
||||
assert.Contains(t, contents[2], "Status waiting for stream", "expected mediaserver status to be waiting")
|
||||
},
|
||||
2*time.Minute,
|
||||
time.Second,
|
||||
|
@ -582,7 +582,7 @@ func (ui *UI) redrawFromState(state domain.AppState) {
|
||||
|
||||
ui.sourceViews.status.SetText("[black:green]receiving" + durStr)
|
||||
} else if state.Source.Container.Status == domain.ContainerStatusRunning && state.Source.Container.HealthState == "healthy" {
|
||||
ui.sourceViews.status.SetText("[black:yellow]waiting")
|
||||
ui.sourceViews.status.SetText("[black:yellow]waiting for stream")
|
||||
} else {
|
||||
ui.sourceViews.status.SetText("[white:red]not ready")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user