mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
crashed not crashing
This commit is contained in:
committed by
Keagan McClelland
parent
bd046f7e9f
commit
c3e96ef5df
@@ -16,7 +16,7 @@ export const AppStatusRendering: {
|
||||
} = {
|
||||
[AppStatus.UNKNOWN]: { display: 'Connecting', color: 'dark', showDots: true },
|
||||
[AppStatus.REMOVING]: { display: 'Removing', color: 'dark', showDots: true },
|
||||
[AppStatus.CRASHED]: { display: 'Crashing', color: 'danger', showDots: true },
|
||||
[AppStatus.CRASHED]: { display: 'Crashed', color: 'danger', showDots: false },
|
||||
[AppStatus.NEEDS_CONFIG]: { display: 'Needs Config', color: 'warning', showDots: false },
|
||||
[AppStatus.RUNNING]: { display: 'Running', color: 'success', showDots: false },
|
||||
[AppStatus.UNREACHABLE]: { display: 'Unreachable', color: 'danger', showDots: false },
|
||||
|
||||
Reference in New Issue
Block a user