This commit is contained in:
lpf
2026-03-03 10:36:53 +08:00
parent 35b0ad1bfd
commit bd93c12edc
30 changed files with 1311 additions and 262 deletions

View File

@@ -103,7 +103,7 @@ const Cron: React.FC = () => {
});
}
} catch (e) {
console.error('Failed to fetch job details', e);
console.error('L0068', e);
}
} else {
setEditingCron(null);