New: Store Task StartTime, Show Duration in UI

This commit is contained in:
Qstick
2020-02-19 20:27:25 +00:00
committed by ta264
parent 04378c8ecc
commit b319c44bbd
12 changed files with 57 additions and 8 deletions
@@ -22,6 +22,11 @@ const columns = [
label: 'Last Execution',
isVisible: true
},
{
name: 'lastDuration',
label: 'Last Duration',
isVisible: true
},
{
name: 'nextExecution',
label: 'Next Execution',