AMBARI-19139. UI: Quick Link from Falcon has not correct name (Now: Falcon Dashboard), but before was 'Falcon Web UI' (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/739c4606 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/739c4606 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/739c4606 Branch: refs/heads/branch-feature-AMBARI-18901 Commit: 739c4606e2732c3c50af58f4acc66b98d4f04a48 Parents: d22422b Author: Alex Antonenko <[email protected]> Authored: Thu Dec 8 20:10:13 2016 +0200 Committer: Alex Antonenko <[email protected]> Committed: Fri Dec 9 20:15:56 2016 +0200 ---------------------------------------------------------------------- .../common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/739c4606/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json index cc81fca..152ff57 100644 --- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json +++ b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json @@ -16,8 +16,8 @@ "links": [ { - "name": "falcon_dashboard", - "label": "Falcon Dashboard", + "name": "falcon_web_ui", + "label": "Falcon Web UI", "requires_user_name": "true", "component_name": "FALCON_SERVER", "url": "%@://%@:%@/",
