瀏覽代碼

AMBARI-6251. Even after saving configs, the UI asks to save or discard unsaved changes (2K-node cluster). (onechiporenko)

Oleg Nechiporenko 11 年之前
父節點
當前提交
45e874d9a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/main/service/info/configs.js

+ 1 - 1
ambari-web/app/controllers/main/service/info/configs.js

@@ -161,7 +161,7 @@ App.MainServiceInfoConfigsController = Em.Controller.extend({
 
   getHash: function() {
     if (!this.get('stepConfigs')[0]) {
-      return "";
+      return null;
     }
     var hash = {};
     this.get('stepConfigs')[0].configs.forEach(function(config) {