You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2014/07/04 12:46:36 UTC

git commit: AMBARI-6384. Ambari UI does not load after server starting. (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.6.1 8ab250483 -> aa9f29c60


AMBARI-6384. Ambari UI does not load after server starting. (akovalenko)


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

Branch: refs/heads/branch-1.6.1
Commit: aa9f29c60d74d54dc2c97849b046b3d35b6da433
Parents: 8ab2504
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Fri Jul 4 13:41:28 2014 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Fri Jul 4 13:41:28 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/mixins/common/tableServerProvider.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/aa9f29c6/ambari-web/app/mixins/common/tableServerProvider.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/mixins/common/tableServerProvider.js b/ambari-web/app/mixins/common/tableServerProvider.js
index 0c873ec..b1942ce 100644
--- a/ambari-web/app/mixins/common/tableServerProvider.js
+++ b/ambari-web/app/mixins/common/tableServerProvider.js
@@ -95,8 +95,6 @@ App.TableServerProvider = Em.Mixin.create({
         clearTimeout(this.get('timeOut'));
         this.refresh();
       }
-        this.refresh();
-      }
     }
   },