Browse Source

HUE-4127 [oozie] SLA can not be enabled for a coordinator

Romain Rigaux 9 years ago
parent
commit
50a0061
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/oozie/src/oozie/templates/editor2/common_scheduler.inc.mako

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/common_scheduler.inc.mako

@@ -453,7 +453,7 @@ from django.utils.translation import ugettext as _
 
       <h4>${ _('SLA Configuration') }</h4>
       <div class="sla-form" data-bind="with: $root.coordinator.properties">
-        ## ${ utils.slaForm() } ## TODO re-add
+        ${ utils.slaForm() }
       </div>
   </div>
 </div>