Переглянути джерело

HUE-9567 [scheduler] missing minute field for Oozie Schedulers in Hue (asnaik) (#1412)

Asnaik HWX 5 роки тому
батько
коміт
305228740a
1 змінених файлів з 6 додано та 6 видалено
  1. 6 6
      apps/oozie/src/oozie/templates/utils.inc.mako

+ 6 - 6
apps/oozie/src/oozie/templates/utils.inc.mako

@@ -484,12 +484,12 @@ var cron_i18n = {
     name_week: '${_('week')}',
     name_month: '${_('month')}',
     name_year: '${_('year')}',
-    text_period: '${_('Every')} <b />',
-    text_mins: ' ${_('at')} <b /> ${_('minutes past the hour')}',
-    text_time: ' ${_('at')} <b />:<b />',
-    text_dow: ' ${_('on')} <b />',
-    text_month: ' ${_('of')} <b />',
-    text_dom: ' ${_('on the')} <b />',
+    text_period: '${_('Every')} <b ></b>',
+    text_mins: ' ${_('at')} <b ></b> ${_('minutes past the hour')}',
+    text_time: ' ${_('at')} <b ></b>:<b ></b>',
+    text_dow: ' ${_('on')} <b ></b>',
+    text_month: ' ${_('of')} <b ></b>',
+    text_dom: ' ${_('on the')} <b ></b>',
     error1: '${_('The tag %s is not supported !')}',
     error2: '${_('Bad number of elements')}',
     error3: '${_('The jquery_element should be set into jqCron settings')}',