Dashboards (#2208)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2022-07-05 12:38:19 +07:00
committed by GitHub
parent e052aa5e41
commit 7807588b88
21 changed files with 495 additions and 15 deletions
+5 -2
View File
@@ -222,7 +222,8 @@ const task = plugin(taskId, {
ApplicationLabelTask: '' as IntlString,
Projects: '' as IntlString,
ManageProjectStatues: '' as IntlString,
TodoItems: '' as IntlString
TodoItems: '' as IntlString,
Dashboard: '' as IntlString
},
class: {
Issue: '' as Ref<Class<Issue>>,
@@ -245,6 +246,7 @@ const task = plugin(taskId, {
},
viewlet: {
Kanban: '' as Ref<ViewletDescriptor>,
Dashboard: '' as Ref<ViewletDescriptor>,
StatusTable: '' as Ref<ViewletDescriptor>
},
icon: {
@@ -253,7 +255,8 @@ const task = plugin(taskId, {
TodoCheck: '' as Asset,
TodoUnCheck: '' as Asset,
ManageStatuses: '' as Asset,
TaskState: '' as Asset
TaskState: '' as Asset,
Dashboard: '' as Asset
},
global: {
// Global task root, if not attached to some other object.