Просмотр исходного кода

[oozie] Improve email on error checkbox

Enrico Berti 10 лет назад
Родитель
Сommit
c0fe773
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apps/oozie/src/oozie/templates/editor2/common_workflow.mako

+ 2 - 2
apps/oozie/src/oozie/templates/editor2/common_workflow.mako

@@ -330,8 +330,8 @@
         <h6 class="field-title">${ _('Message') }</h6>
         <textarea class="span12" data-bind="value: properties.message" />
 
-        <h6 class="field-title">${ _('Email on error') }</h6>
-        <input type="checkbox" data-bind="checked: properties.enableMail" />
+        <h6 class="field-title">${ _('Email on error') } <input type="checkbox" data-bind="checked: properties.enableMail" style="margin-top: -3px;margin-left: 4px;" /></h6>
+
         <span data-bind="visible: properties.enableMail">
           <div class="airy">
             <span class="widget-label" data-bind="text: $root.workflow_properties.to.label"></span>