Updated Branches:
  refs/heads/trunk acc79e491 -> b7954ab54

AMBARI-2639. UI behaviour is strange after ambari upgrade. (Andrii Babiichuk 
via yusaku)


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

Branch: refs/heads/trunk
Commit: b7954ab5467073d25c00f9f1c24848bff2956325
Parents: acc79e4
Author: Yusaku Sako <[email protected]>
Authored: Mon Jul 15 16:31:37 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Mon Jul 15 16:31:37 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/utils/db.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b7954ab5/ambari-web/app/utils/db.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/db.js b/ambari-web/app/utils/db.js
index e7e18dc..2f0c8fc 100644
--- a/ambari-web/app/utils/db.js
+++ b/ambari-web/app/utils/db.js
@@ -71,6 +71,7 @@ App.db.cleanUp = function () {
 };
 
 App.db.updateStorage = function() {
+  App.db.data = localStorage.getObject('ambari');
   if (App.db.data && App.db.data.app && App.db.data.app.tables) {
     return true;
   }

Reply via email to