Repository: ambari
Updated Branches:
  refs/heads/trunk 6e696269c -> d3b96c6dc


AMBARI-6018. On configuration saving it says saved successfully but also has a 
spinner with it - which doesnt go off. (Buzhor Denys via alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d3b96c6d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d3b96c6d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d3b96c6d

Branch: refs/heads/trunk
Commit: d3b96c6dc85036970fe3ac11d6af5673b6129022
Parents: 6e69626
Author: Alex Antonenko <[email protected]>
Authored: Wed Jun 4 15:36:54 2014 +0300
Committer: Alex Antonenko <[email protected]>
Committed: Wed Jun 4 15:41:10 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/main/service/info/configs.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d3b96c6d/ambari-web/app/controllers/main/service/info/configs.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/info/configs.js 
b/ambari-web/app/controllers/main/service/info/configs.js
index 126fc79..4795b88 100644
--- a/ambari-web/app/controllers/main/service/info/configs.js
+++ b/ambari-web/app/controllers/main/service/info/configs.js
@@ -922,6 +922,7 @@ App.MainServiceInfoConfigsController = 
Em.Controller.extend({
           unknownHosts: unknownHosts,
           unknownComponentCount: unknownComponentCount,
           siteProperties: value,
+          isLoaded: true,
           getDisplayMessage: function () {
             var displayMsg = [];
             var siteProperties = this.get('siteProperties');

Reply via email to