Commit 550e5ffe by xuxueli

Cron在线生成工具:任务新增、编辑框通过组件在线生成Cron表达式

parent 33d92fcc
...@@ -418,7 +418,7 @@ $(function() { ...@@ -418,7 +418,7 @@ $(function() {
$(".remote_panel").show(); // remote $(".remote_panel").show(); // remote
// remove-cronGen // remove-cronGen
$("input[name=jobCron]").show().siblings().remove(); $("#addModal .form input[name='jobCron']").show().siblings().remove();
$("#addModal .form input[name='executorHandler']").removeAttr("readonly"); $("#addModal .form input[name='executorHandler']").removeAttr("readonly");
}); });
...@@ -582,7 +582,7 @@ $(function() { ...@@ -582,7 +582,7 @@ $(function() {
$("#updateModal .form .form-group").removeClass("has-error"); $("#updateModal .form .form-group").removeClass("has-error");
// remove-cronGen // remove-cronGen
$("input[name=jobCron]").show().siblings().remove(); $("#updateModal .form input[name='jobCron']").show().siblings().remove();
}); });
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment