Rename paused to recovery mode
This commit is contained in:
+1
-1
@@ -334,7 +334,7 @@ app.filter('installationStateLabel', function () {
|
||||
}
|
||||
case ISTATES.INSTALLED: {
|
||||
if (app.debugMode) {
|
||||
return 'Paused';
|
||||
return 'Recovery Mode';
|
||||
} else if (app.runState === 'running') {
|
||||
if (!app.health) return 'Starting...'; // no data yet
|
||||
if (app.health === HSTATES.HEALTHY) return 'Running';
|
||||
|
||||
Reference in New Issue
Block a user