add chat to navbar
This commit is contained in:
parent
af61e8a8e8
commit
d6c5c286fb
1 changed files with 16 additions and 0 deletions
|
@ -94,5 +94,21 @@
|
||||||
},
|
},
|
||||||
"model": "judge.navigationbar",
|
"model": "judge.navigationbar",
|
||||||
"pk": 7
|
"pk": 7
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fields": {
|
||||||
|
"key": "chat",
|
||||||
|
"label": "Chat",
|
||||||
|
"level": 0,
|
||||||
|
"lft": 1,
|
||||||
|
"order": 8,
|
||||||
|
"parent": null,
|
||||||
|
"path": "/chat/",
|
||||||
|
"regex": "^/chat",
|
||||||
|
"rght": 2,
|
||||||
|
"tree_id": 6
|
||||||
|
},
|
||||||
|
"model": "judge.navigationbar",
|
||||||
|
"pk": 8
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue