|
@@ -679,7 +679,8 @@ App.MainHostDetailsController = Em.Controller.extend({
|
|
|
}
|
|
|
var stoppedStates = [App.HostComponentStatus.stopped,
|
|
|
App.HostComponentStatus.install_failed,
|
|
|
- App.HostComponentStatus.upgrade_failed];
|
|
|
+ App.HostComponentStatus.upgrade_failed,
|
|
|
+ App.HostComponentStatus.unknown];
|
|
|
var masterComponents = [];
|
|
|
var runningComponents = [];
|
|
|
var unknownComponents = [];
|