Author: yusaku
Date: Tue Apr 23 23:12:18 2013
New Revision: 1471198
URL: http://svn.apache.org/r1471198
Log:
AMBARI-1999. Clicking on Cancel on the Service Config page should not reload
the entire app. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1471198&r1=1471197&r2=1471198&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Apr 23 23:12:18 2013
@@ -774,6 +774,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-1999. Clicking on Cancel on the Service Config page should not reload
+ the entire app. (yusaku)
+
AMBARI-1998. Action buttons on host details page not formatted properly on
Firefox. (yusaku)
Modified:
incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js?rev=1471198&r1=1471197&r2=1471198&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js
(original)
+++
incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js
Tue Apr 23 23:12:18 2013
@@ -1388,6 +1388,6 @@ App.MainServiceInfoConfigsController = E
}.property('App.router.mainHostController.content'),
doCancel: function () {
- location.reload();
+ this.loadStep();
}
});
\ No newline at end of file