Skip to content

Commit

Permalink
Fix missing column
Browse files Browse the repository at this point in the history
  • Loading branch information
joker1007 committed Mar 25, 2019
1 parent c614043 commit 7969322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app/src/SchedulableRecords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class SchedulableRecords extends React.Component<ISchedulableRecordsProps, ISche
<SchedulableRecordTableCell>Status</SchedulableRecordTableCell>
<SchedulableRecordTableCell>ID</SchedulableRecordTableCell>
<SchedulableRecordTableCell>ScheduleID</SchedulableRecordTableCell>
<SchedulableRecordTableCell>ScheduleType</SchedulableRecordTableCell>
<SchedulableRecordTableCell>WorkerID</SchedulableRecordTableCell>
<SchedulableRecordTableCell>Executed At</SchedulableRecordTableCell>
<SchedulableRecordTableCell>Completed At</SchedulableRecordTableCell>
Expand Down

0 comments on commit 7969322

Please sign in to comment.