- Cron Completato

This commit is contained in:
Surya Paolo
2025-05-08 00:53:27 +02:00
parent 6eb6f236e4
commit 82e10ef6cf
14 changed files with 244 additions and 240 deletions

View File

@@ -383,6 +383,8 @@ export const colcrons = [
AddCol({ name: 'lastJobStarted', label_trans: 'cron.lastJobStarted', fieldtype: costanti.FieldType.date }),
AddCol({ name: 'lastJobEnd', label_trans: 'cron.lastJobEnd', fieldtype: costanti.FieldType.date }),
AddCol({ name: 'log', label_trans: 'cron.log', fieldtype: costanti.FieldType.string }),
AddCol(DeleteRec),
AddCol(DuplicateRec),
// AddCol({ name: 'date_created', label_trans: 'cron.date_created', fieldtype: costanti.FieldType.date }),
]