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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user