!465 前端定时任务菜单中Cron表达式生成器中-日-选项中的--每小时--应为-每日

Merge pull request !465 from wpengsen/master
pull/466/MERGE
若依 2023-08-12 08:09:42 +00:00 committed by Gitee
commit 62db29627a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -716,7 +716,7 @@
<div class="tab-pane" id="tabDay">
<div class="radio">
<label>
<input type="radio" name="rdoDay" id="day_all">小时 允许的通配符[, - * /]
<input type="radio" name="rdoDay" id="day_all"> 允许的通配符[, - * /]
</label>
</div>
<div class="radio">
@ -1169,4 +1169,4 @@ $('#checkCron').click(function() {
});
</script>
</body>
</html>
</html>