Show task description in admin panel.
This commit is contained in:
parent
57c6d5d40f
commit
ce155951bf
8 changed files with 33 additions and 11 deletions
server/resources
|
@ -15,6 +15,7 @@ angular.module('ffffng').factory('TaskResource', function (
|
|||
return {
|
||||
id: task.id,
|
||||
name: task.name,
|
||||
description: task.description,
|
||||
schedule: task.schedule,
|
||||
runningSince: task.runningSince && task.runningSince.unix(),
|
||||
lastRunStarted: task.lastRunStarted && task.lastRunStarted.unix(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue