just return 'paused'
This commit is contained in:
+1
-1
@@ -378,7 +378,7 @@ app.filter('installationStateLabel', function () {
|
||||
}
|
||||
case ISTATES.INSTALLED: {
|
||||
if (app.debugMode) {
|
||||
return app.debugMode.readonlyRootfs ? 'Paused (Repair)' : 'Paused (Debug)';
|
||||
return 'Paused';
|
||||
} 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