Repository: ambari Updated Branches: refs/heads/trunk 51b067f91 -> 02cfa6491
AMBARI-15208. Misc fixes related to Metrics UI Server Quicklinks. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/02cfa649 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/02cfa649 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/02cfa649 Branch: refs/heads/trunk Commit: 02cfa649195ec2202242e767893ac3ba425d14ad Parents: 51b067f Author: Jaimin Jetly <[email protected]> Authored: Fri Feb 26 12:06:17 2016 -0800 Committer: Jaimin Jetly <[email protected]> Committed: Fri Feb 26 12:06:17 2016 -0800 ---------------------------------------------------------------------- .../AMBARI_METRICS/0.1.0/quickLinks/quicklinks.json | 4 ++-- ambari-web/app/models/quick_links.js | 2 +- ambari-web/app/views/common/quick_view_link_view.js | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/02cfa649/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/quickLinks/quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/quickLinks/quicklinks.json b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/quickLinks/quicklinks.json index 09e7de5..1c276c0 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/quickLinks/quicklinks.json +++ b/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 @@ } ] } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/ambari/blob/02cfa649/ambari-web/app/models/quick_links.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/models/quick_links.js b/ambari-web/app/models/quick_links.js index f6c1fb5..d7fbbc6 100644 --- a/ambari-web/app/models/quick_links.js +++ b/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:'%@://%@:%@', http://git-wip-us.apache.org/repos/asf/ambari/blob/02cfa649/ambari-web/app/views/common/quick_view_link_view.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/common/quick_view_link_view.js b/ambari-web/app/views/common/quick_view_link_view.js index 2123668..b62b7b8 100644 --- a/ambari-web/app/views/common/quick_view_link_view.js +++ b/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' ], /**
