소스 검색

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

Romain Rigaux 9 년 전
부모
커밋
50a0061d5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>