9
common/resources/client/admin/logging/schedule/schedule-log-item.tsx
Executable file
9
common/resources/client/admin/logging/schedule/schedule-log-item.tsx
Executable file
@@ -0,0 +1,9 @@
|
||||
export interface ScheduleLogItem {
|
||||
id: number;
|
||||
command: string;
|
||||
output: string;
|
||||
ran_at: string;
|
||||
duration: number;
|
||||
count_in_last_hour: number;
|
||||
exit_code: number;
|
||||
}
|
||||
Reference in New Issue
Block a user