Show task description in admin panel.
This commit is contained in:
parent
57c6d5d40f
commit
ce155951bf
8 changed files with 33 additions and 11 deletions
|
@ -33,6 +33,7 @@ angular.module('ffffng').factory('Scheduler', function ($injector, Logger, confi
|
|||
var task = {
|
||||
id: id,
|
||||
name: jobName,
|
||||
description: job.description,
|
||||
schedule: expr,
|
||||
job: job,
|
||||
runningSince: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue