feat: wire dashboard v2 to backend data
This commit is contained in:
@@ -56,6 +56,8 @@ function mapTask(t: DashboardTaskDto): TaskItem {
|
||||
priority: mapPriority(t.priority),
|
||||
status: mapState(t.state),
|
||||
progress: mapProgress(t.state),
|
||||
detail: t.detail,
|
||||
source: t.source,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user