Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 3b71475b8 -> c6524539d


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/c6524539
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c6524539
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c6524539

Branch: refs/heads/branch-2.1
Commit: c6524539db3c266a933c20712fd4f3fbfa6c223e
Parents: 3b71475
Author: aBabiichuk <[email protected]>
Authored: Thu Jun 11 17:43:59 2015 +0300
Committer: aBabiichuk <[email protected]>
Committed: Thu Jun 11 17:45:00 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/c6524539/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')){

Reply via email to