Mention that we use task types also in the dashboard

This commit is contained in:
Johannes Zellner
2020-09-02 17:06:24 +02:00
parent 6f188da2a6
commit aae79db27a

View File

@@ -16,7 +16,7 @@ exports = module.exports = {
removePrivateFields: removePrivateFields,
// task types. if you add a task here, fill up the function table in taskworker
// task types. if you add a task here, fill up the function table in taskworker and dashboard client.js
TASK_APP: 'app',
TASK_BACKUP: 'backup',
TASK_UPDATE: 'update',