change chat position on navbar
This commit is contained in:
parent
d6c5c286fb
commit
4c9f1e1508
1 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@
|
|||
"path": "/about/",
|
||||
"regex": "^/about/$",
|
||||
"rght": 4,
|
||||
"tree_id": 5
|
||||
"tree_id": 6
|
||||
},
|
||||
"model": "judge.navigationbar",
|
||||
"pk": 6
|
||||
|
@ -90,7 +90,7 @@
|
|||
"path": "/status/",
|
||||
"regex": "^/status/$|^/judge/",
|
||||
"rght": 3,
|
||||
"tree_id": 5
|
||||
"tree_id": 6
|
||||
},
|
||||
"model": "judge.navigationbar",
|
||||
"pk": 7
|
||||
|
@ -106,7 +106,7 @@
|
|||
"path": "/chat/",
|
||||
"regex": "^/chat",
|
||||
"rght": 2,
|
||||
"tree_id": 6
|
||||
"tree_id": 5
|
||||
},
|
||||
"model": "judge.navigationbar",
|
||||
"pk": 8
|
||||
|
|
Loading…
Reference in a new issue