Forráskód Böngészése

HUE-7874 [oozie] SSH action missing configuration for retry-max and retry-interval

Ying Chen 7 éve
szülő
commit
3c86fa9

+ 4 - 0
apps/oozie/src/oozie/templates/editor2/common_workflow.mako

@@ -1611,6 +1611,8 @@
         <div class="tab-pane active" data-bind="attr: { id: 'properties-' + id() }">
           <span data-bind="text: $root.workflow_properties.propagate_configuration.label"></span>
           <input type="checkbox" data-bind="checked: properties.propagate_configuration" />
+
+          <span data-bind="template: { name: 'common-properties-retry' }"></span>
         </div>
 
         <div class="tab-pane" data-bind="attr: { id: 'sla-' + id() }">
@@ -1774,6 +1776,8 @@
         <div class="tab-pane active" data-bind="attr: { id: 'properties-' + id() }">
           <span data-bind="text: $root.workflow_properties.capture_output.label"></span>
           <input type="checkbox" data-bind="checked: properties.capture_output" />
+
+          <span data-bind="template: { name: 'common-properties-retry' }"></span>
         </div>
 
         <div class="tab-pane" data-bind="attr: { id: 'sla-' + id() }">