Selaa lähdekoodia

update document

xuxueli 5 vuotta sitten
vanhempi
commit
3f30df9472

+ 1 - 1
xxl-job-admin/src/main/resources/static/plugins/cronGen/cronGen_en.js Näytä tiedosto

331
             // Replace the input with an input group
331
             // Replace the input with an input group
332
             var $g = $("<div>").addClass("input-group");
332
             var $g = $("<div>").addClass("input-group");
333
             // Add an input
333
             // Add an input
334
-            var $i = $("<input>", { type: 'text', placeholder: 'cron表达式...'}).addClass("form-control").val($(that).val());
334
+            var $i = $("<input>", { type: 'text', placeholder: 'cron expression...'}).addClass("form-control").val($(that).val());
335
             $i.appendTo($g);
335
             $i.appendTo($g);
336
             // Add the button
336
             // Add the button
337
             var $b = $("<button class=\"btn btn-default\"><i class=\"fa fa-edit\"></i></button>");
337
             var $b = $("<button class=\"btn btn-default\"><i class=\"fa fa-edit\"></i></button>");