Browse Source

AMBARI-5281. Jobs UI - New jobs available on server link not loading immediately (alexantonenko)

Alex Antonenko 11 years ago
parent
commit
1067ae5c44
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/controllers/main/jobs_controller.js

+ 1 - 0
ambari-web/app/controllers/main/jobs_controller.js

@@ -114,6 +114,7 @@ App.MainJobsController = Em.Controller.extend({
     this.get('filterObject').set('nextFromId', '');
     this.get('filterObject').set('nextFromId', '');
     this.get('filterObject').set('backFromId', '');
     this.get('filterObject').set('backFromId', '');
     this.get('filterObject').set('fromTs', '');
     this.get('filterObject').set('fromTs', '');
+    this.loadJobs();
   },
   },
 
 
   updateJobs: function (controllerName, funcName) {
   updateJobs: function (controllerName, funcName) {