You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/02/19 01:19:11 UTC

git commit: AMBARI-4717. Quick Link to 'Nimbus UI' does not target _blank. (xiwang via yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk 02f9c4531 -> 3b9c33119


AMBARI-4717. Quick Link to 'Nimbus UI' does not target _blank. (xiwang via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3b9c3311
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3b9c3311
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3b9c3311

Branch: refs/heads/trunk
Commit: 3b9c3311938cac94990b107f7d0fc5f5a7acb9a7
Parents: 02f9c45
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Feb 18 16:17:57 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue Feb 18 16:17:57 2014 -0800

----------------------------------------------------------------------
 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/3b9c3311/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 44ff075..ac509fb 100644
--- a/ambari-web/app/views/common/quick_view_link_view.js
+++ b/ambari-web/app/views/common/quick_view_link_view.js
@@ -241,6 +241,7 @@ App.QuickViewLinks = Em.View.extend({
       case "ganglia":
       case "nagios":
       case "hue":
+      case "storm":
         return "_blank";
         break;
       default: