diff --git a/src/server/views/partials/dashboard/jobDetails.hbs b/src/server/views/partials/dashboard/jobDetails.hbs index c8db1457..e1461ddc 100644 --- a/src/server/views/partials/dashboard/jobDetails.hbs +++ b/src/server/views/partials/dashboard/jobDetails.hbs @@ -28,6 +28,18 @@ {{moment this.timestamp "llll"}} {{/if}} + +
+ {{#if this.delay}} +
Execute at
+ {{#if this.options.timestamp}} + {{moment (plus this.options.timestamp this.delay) "llll"}} + {{/if}} + {{#if this.timestamp}} + {{moment (plus this.timestamp this.delay) "llll"}} + {{/if}} + {{/if}} +
Attempts Made
@@ -89,4 +101,4 @@ {{/eq}}
Data
-
{{json this.data true}}
\ No newline at end of file +
{{json this.data true}}