Browse Source

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

Xi Wang 11 years ago
parent
commit
ee9d1f1f74
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ambari-web/app/models/quick_links.js

+ 2 - 2
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',