You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/05/02 23:22:56 UTC

git commit: AMBARI-5658. Ambari does not link to the new HTML NameNode UI.(xiwang)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.6.0 775397514 -> 190f2b231


AMBARI-5658. Ambari does not link to the new HTML NameNode UI.(xiwang)


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

Branch: refs/heads/branch-1.6.0
Commit: 190f2b2319eb412e70d1aa4a375d6f20a03a5e1f
Parents: 7753975
Author: Xi Wang <xi...@apache.org>
Authored: Thu May 1 18:38:09 2014 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Fri May 2 14:22:45 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/models/quick_links.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/190f2b23/ambari-web/app/models/quick_links.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/models/quick_links.js b/ambari-web/app/models/quick_links.js
index 187aa54..ac0bda9 100644
--- a/ambari-web/app/models/quick_links.js
+++ b/ambari-web/app/models/quick_links.js
@@ -37,9 +37,9 @@ App.QuickLinks.FIXTURES = [
   {
     id:1,
     label:'NameNode UI',
-    url:'%@://%@:%@/dfshealth.jsp',
+    url:'%@://%@:%@',
     service_id: 'HDFS',
-    template:'%@://%@:%@/dfshealth.jsp',
+    template:'%@://%@:%@',
     http_config: 'dfs.namenode.http-address',
     https_config: 'dfs.namenode.https-address',
     site: 'hdfs-site',