Przeglądaj źródła

AMBARI-15208. Misc fixes related to Metrics UI Server Quicklinks. (jaimin)

Jaimin Jetly 9 lat temu
rodzic
commit
02cfa64919

+ 2 - 2
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/quickLinks/quicklinks.json

@@ -16,7 +16,7 @@
     "links": [
       {
         "name": "metrics_ui_server",
-        "label": "Metrics UI Server",
+        "label": "Grafana",
         "requires_user_name": "false",
         "url":"%@://%@:%@",
         "template":"%@://%@:%@",
@@ -31,4 +31,4 @@
       }
     ]
   }
-}
+}

+ 1 - 1
ambari-web/app/models/quick_links.js

@@ -346,7 +346,7 @@ App.QuickLinks.FIXTURES = [
   },
   {
     id:37,
-    label:'Metrics UI Server',
+    label:'Grafana',
     url:'%@://%@:%@',
     service_id: 'AMBARI_METRICS',
     template:'%@://%@:%@',

+ 2 - 1
ambari-web/app/views/common/quick_view_link_view.js

@@ -42,7 +42,8 @@ App.QuickViewLinks = Em.View.extend({
     'FALCON',
     'ACCUMULO',
     'ATLAS',
-    'RANGER'
+    'RANGER',
+    'AMBARI_METRICS'
   ],
 
   /**