|
@@ -217,8 +217,6 @@ App.MainHostView = App.TableView.extend(App.TableServerViewMixin, {
|
|
|
this.addObserver('controller.clearFilters', this, this.clearFiltersObs);
|
|
|
this.clearFiltersObs();
|
|
|
this.addObserver('selectAllHosts', this, this.toggleAllHosts);
|
|
|
- this.set('controller.isCountersUpdating', true);
|
|
|
- this.get('controller').updateStatusCounters();
|
|
|
this.addObserver('filteringComplete', this, this.overlayObserver);
|
|
|
this.addObserver('startIndex', this, 'updatePagination');
|
|
|
this.addObserver('displayLength', this, 'updatePagination');
|
|
@@ -232,10 +230,6 @@ App.MainHostView = App.TableView.extend(App.TableServerViewMixin, {
|
|
|
}
|
|
|
}.observes('tableFilteringComplete'),
|
|
|
|
|
|
- willDestroyElement: function() {
|
|
|
- this.set('controller.isCountersUpdating', false);
|
|
|
- },
|
|
|
-
|
|
|
/**
|
|
|
* Set <code>selected</code> property for each App.Host
|
|
|
*/
|