2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 18:27:13 +08:00

fix(cron): frontend bug

This commit is contained in:
耗子
2023-07-27 17:15:41 +08:00
parent 6356b82a21
commit f5a6f17108

View File

@@ -343,6 +343,7 @@ Date: 2023-07-21
$("#cron-add-backup-type-input").hide();
$('#cron-add-backup-path-input').hide();
}
form.render();
});
form.on('radio(cron-add-backup-type-radio)', function (data) {
if (data.value == 'website') {
@@ -352,6 +353,7 @@ Date: 2023-07-21
$('#cron-add-website-input').hide();
$('#cron-add-backup-database-input').show();
}
form.render();
});
form.on('switch(cron-status)', function (obj) {