소스 검색

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

Romain Rigaux 8 년 전
부모
커밋
55b295c
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');