AMBARI-11293 Spark quick link for History Server opens in same window, not new tab. (ababiichuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/101be8eb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/101be8eb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/101be8eb Branch: refs/heads/trunk Commit: 101be8eb3498c770c8e642ef7cafd04569b3b23c Parents: 3703a8a Author: aBabiichuk <[email protected]> Authored: Thu May 21 13:13:37 2015 +0300 Committer: aBabiichuk <[email protected]> Committed: Thu May 21 13:13:37 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/views/common/quick_view_link_view.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/101be8eb/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 5165b74..749a520 100644 --- a/ambari-web/app/views/common/quick_view_link_view.js +++ b/ambari-web/app/views/common/quick_view_link_view.js @@ -372,6 +372,7 @@ App.QuickViewLinks = Em.View.extend({ case "oozie": case "ganglia": case "storm": + case "spark": case "falcon": return "_blank"; break;
