浏览代码

HUE-6901 [oozie] Editor is missing regular ssh action

Romain Rigaux 8 年之前
父节点
当前提交
55b295c0d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

@@ -899,7 +899,7 @@ ${ utils.submit_popup_event() }
         interpreters.push(interpreter.type);
       });
       if (clusterConfig['cluster_type'] != 'dataeng') {
-        interpreters = interpreters.concat(['subworkflow', 'fs', 'email', 'streaming', 'generic', 'stop']);
+        interpreters = interpreters.concat(['subworkflow', 'fs', 'email', 'ssh', 'streaming', 'generic', 'stop']);
       }
       viewModel.availableActions(interpreters);
     }, 'oozie');