Repository: ambari Updated Branches: refs/heads/trunk d9167bdd6 -> e7e65cb1e
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/e7e65cb1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e7e65cb1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e7e65cb1 Branch: refs/heads/trunk Commit: e7e65cb1e70b3e9e3b927e8e68d405a7b7266894 Parents: d9167bd Author: Nahappan Somasundaram <[email protected]> Authored: Thu Aug 4 13:01:54 2016 -0700 Committer: Nahappan Somasundaram <[email protected]> Committed: Thu Aug 4 16:58:49 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/e7e65cb1/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",
