浏览代码

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

Xi Wang 11 年之前
父节点
当前提交
ee9d1f1f74
共有 1 个文件被更改,包括 2 次插入2 次删除
  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',