Repository: ambari Updated Branches: refs/heads/trunk 25ebb0532 -> 974430a45
AMBARI-11859 'Show More' option not present for background operations. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/974430a4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/974430a4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/974430a4 Branch: refs/heads/trunk Commit: 974430a450e336baa0a985579081359c17205d33 Parents: 25ebb05 Author: aBabiichuk <[email protected]> Authored: Thu Jun 11 17:41:25 2015 +0300 Committer: aBabiichuk <[email protected]> Committed: Thu Jun 11 17:43:59 2015 +0300 ---------------------------------------------------------------------- .../app/controllers/global/background_operations_controller.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/974430a4/ambari-web/app/controllers/global/background_operations_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/global/background_operations_controller.js b/ambari-web/app/controllers/global/background_operations_controller.js index 1151d3a..00c7c63 100644 --- a/ambari-web/app/controllers/global/background_operations_controller.js +++ b/ambari-web/app/controllers/global/background_operations_controller.js @@ -353,6 +353,7 @@ App.BackgroundOperationsController = Em.Controller.extend({ showPopup: function(){ // load the checkbox on footer first, then show popup. var self = this; + this.set('operationsCount', 10); App.router.get('applicationController').dataLoading().done(function (initValue) { App.updater.immediateRun('requestMostRecent'); if(self.get('popupView') && App.HostPopup.get('isBackgroundOperations')){
