mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-17 12:48:41 +00:00
Fix style bugs
This commit is contained in:
parent
990b56b701
commit
2b05b7597e
|
|
@ -48,7 +48,7 @@
|
||||||
"pid": "7322d5765c8b18b14c20d406e89c628fd0998688",
|
"pid": "7322d5765c8b18b14c20d406e89c628fd0998688",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Archive",
|
"name": "Create",
|
||||||
"uri": "{/base}/{/lang}/backend/kanban/create?{?}",
|
"uri": "{/base}/{/lang}/backend/kanban/create?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'Kanban' => 'Kanban',
|
'Archive' => 'Archive',
|
||||||
|
'Boards' => 'Boards',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
'Kanban' => 'Kanban',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user