Browse Source

AMBARI-11293 Spark quick link for History Server opens in same window, not new tab. (ababiichuk)

aBabiichuk 10 years ago
parent
commit
101be8eb34
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/views/common/quick_view_link_view.js

+ 1 - 0
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;