Author: yusaku
Date: Wed Jun 5 17:08:47 2013
New Revision: 1489964
URL: http://svn.apache.org/r1489964
Log:
AMBARI-2289. Job Charts popup does not appear. (Oleg Nechiporenko via yusaku)
Modified:
incubator/ambari/trunk/ambari-web/app/controllers/main/apps/item_controller.js
Modified:
incubator/ambari/trunk/ambari-web/app/controllers/main/apps/item_controller.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/main/apps/item_controller.js?rev=1489964&r1=1489963&r2=1489964&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-web/app/controllers/main/apps/item_controller.js
(original)
+++
incubator/ambari/trunk/ambari-web/app/controllers/main/apps/item_controller.js
Wed Jun 5 17:08:47 2013
@@ -27,16 +27,11 @@ App.MainAppsItemController = Em.Controll
content: [],
jobsLoaded:false,
- lastJobId : null,
gettingJobs:function(){
var currentId = this.get('content.id');
- if(currentId == this.get('lastJobId')){
- return;
- }
if(this.get('content.loadAllJobs')){
return;
}
- this.set('lastJobId', currentId);
var self = this;
var url = App.testMode ? '/data/apps/jobs/'+ currentId +'.json' :