Browse Source

AMBARI-4571. Falcon: remove QuickLinks from Falcon Service page. (Mikhail Bayuk via onechiporenko)

Oleg Nechiporenko 11 năm trước cách đây
mục cha
commit
9d07f72a50

+ 1 - 2
ambari-web/app/mappers/service_metrics_mapper.js

@@ -314,8 +314,7 @@ App.serviceMetricsMapper = App.QuickDataMapper.create({
       GANGLIA: [20],
       NAGIOS: [21],
       HUE: [22],
-      STORM: [31],
-      FALCON: [32]
+      STORM: [31]
     };
     if (quickLinks[item.ServiceInfo.service_name])
       finalJson.quick_links = quickLinks[item.ServiceInfo.service_name];

+ 0 - 12
ambari-web/app/models/quick_links.js

@@ -413,17 +413,5 @@ App.QuickLinks.FIXTURES = [
     site: 'yarn-site',
     regex: portRegex,
     default_http_port: 8088
-  },
-  {
-    id:32,
-    label:'Falcon Server UI',
-    url:'%@://%@:%@/stacks',
-    service_id: 'FALCON',
-    template:'%@://%@:%@/falcon',
-    http_config: 'mapreduce.jobhistory.webapp.address',
-    https_config: 'mapreduce.jobhistory.webapp.https.address',
-    site: 'hdfs-site',
-    regex: portRegex,
-    default_http_port: 15000
   }
 ];