AMBARI-16708 Falcon Quick Links is missing in Ambari.(ababiichuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3e1d7cb6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3e1d7cb6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3e1d7cb6 Branch: refs/heads/branch-2.4 Commit: 3e1d7cb6e42ebe71ad102cf8faaf2e9fe9fe0bef Parents: d6987b3 Author: ababiichuk <[email protected]> Authored: Tue May 17 17:10:02 2016 +0300 Committer: ababiichuk <[email protected]> Committed: Tue May 17 18:04:01 2016 +0300 ---------------------------------------------------------------------- .../common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3e1d7cb6/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 251f43b..edfd5c1 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 @@ -19,6 +19,7 @@ "name": "falcon_web_ui", "label": "Falcon Web UI", "requires_user_name": "true", + "component_name": "FALCON_SERVER", "url":"%@://%@:%@/index.html?user.name=%@", "port":{ "http_property": "falcon_port",
