|
@@ -131,7 +131,7 @@ App.MainHostController = Em.ArrayController.extend({
|
|
|
{
|
|
|
key: 'componentsInPassiveStateCount',
|
|
|
alias: 'host_components/HostRoles/maintenance_state',
|
|
|
- type: 'EQUAL'
|
|
|
+ type: 'MULTIPLE'
|
|
|
},
|
|
|
{
|
|
|
key: 'selected',
|
|
@@ -495,16 +495,6 @@ App.MainHostController = Em.ArrayController.extend({
|
|
|
App.db.setFilterConditions(this.get('name'), [filterForComponent]);
|
|
|
},
|
|
|
|
|
|
- /**
|
|
|
- * On click callback for delete button
|
|
|
- */
|
|
|
- deleteButtonPopup: function () {
|
|
|
- var self = this;
|
|
|
- App.showConfirmationPopup(function () {
|
|
|
- self.removeHosts();
|
|
|
- });
|
|
|
- },
|
|
|
-
|
|
|
showAlertsPopup: function (event) {
|
|
|
var host = event.context;
|
|
|
App.router.get('mainAlertsController').loadAlerts(host.get('hostName'), "HOST");
|