mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 21:01:59 +04:00
feat: Add Task List page (#2528)
This commit is contained in:
+10
-1
@@ -329,7 +329,16 @@
|
||||
},
|
||||
"tasks": {
|
||||
"title": "Tasks",
|
||||
"url": "tasks.html"
|
||||
"children": {
|
||||
"kanban": {
|
||||
"title": "Kanban",
|
||||
"url": "tasks.html"
|
||||
},
|
||||
"list": {
|
||||
"title": "Task List",
|
||||
"url": "tasks-list.html"
|
||||
}
|
||||
}
|
||||
},
|
||||
"text-features": {
|
||||
"title": "Text features",
|
||||
|
||||
Reference in New Issue
Block a user