Repository: ambari Updated Branches: refs/heads/trunk a249e30f2 -> 8216e4e67
AMBARI-13117. âOozie-HA Quick links" in Ambari points to incorrect URL after enabling SSL (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8a615b0c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8a615b0c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8a615b0c Branch: refs/heads/trunk Commit: 8a615b0c6b93dfaef18afc87ff60cf83ec72e45d Parents: a249e30 Author: Alex Antonenko <[email protected]> Authored: Wed Sep 16 19:39:37 2015 +0300 Committer: Alex Antonenko <[email protected]> Committed: Wed Sep 16 19:39:37 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/views/common/quick_view_link_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8a615b0c/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 500d6ec..8fe5d0c 100644 --- a/ambari-web/app/views/common/quick_view_link_view.js +++ b/ambari-web/app/views/common/quick_view_link_view.js @@ -162,7 +162,7 @@ App.QuickViewLinks = Em.View.extend({ var quickLinks = []; self.get('content.quickLinks').forEach(function (item) { var newItem = {}; - var protocol = self.setProtocol(item.get('service_id'), self.get('configProperties'), self.ambariProperties()); + var protocol = self.setProtocol(item.get('service_id'), self.get('configProperties'), self.ambariProperties(), item); if (item.get('template')) { var port; var hostNameRegExp = new RegExp('([\\w\\W]*):\\d+');
