Repository: ambari Updated Branches: refs/heads/branch-2.4 b41ce122f -> 1516dcd85
AMBARI-18030: Ambari quick links for Atlas points to to url "http://<host>:<port>/#!/search?user.name=admin" by default, which seems incorrect Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1516dcd8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1516dcd8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1516dcd8 Branch: refs/heads/branch-2.4 Commit: 1516dcd859073a3c60518657440b6b62480c2e12 Parents: b41ce12 Author: Nahappan Somasundaram <[email protected]> Authored: Thu Aug 4 13:01:54 2016 -0700 Committer: Nahappan Somasundaram <[email protected]> Committed: Thu Aug 4 17:01:43 2016 -0700 ---------------------------------------------------------------------- .../common-services/ATLAS/0.7.0.2.5/quicklinks/quicklinks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1516dcd8/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/quicklinks/quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/quicklinks/quicklinks.json b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/quicklinks/quicklinks.json index ce266c4..e86b665 100644 --- a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/quicklinks/quicklinks.json +++ b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/quicklinks/quicklinks.json @@ -20,7 +20,7 @@ "label": "Atlas Dashboard", "requires_user_name": "true", "component_name": "ATLAS_SERVER", - "url": "%@://%@:%@/#!/search?user.name=%@", + "url": "%@://%@:%@/", "port":{ "http_property": "atlas.server.http.port", "http_default_port": "21000",
