Browse Source

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

Xi Wang 11 năm trước cách đây
mục cha
commit
ee9d1f1f74
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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',