fix: 修正index.ui中的控件ID引用,所有target统一使用'app.main-content'从body开始寻找
This commit is contained in:
parent
ff3275429d
commit
7624e3be08
@ -46,7 +46,7 @@
|
|||||||
"wid": "self",
|
"wid": "self",
|
||||||
"event": "click",
|
"event": "click",
|
||||||
"actiontype": "urlwidget",
|
"actiontype": "urlwidget",
|
||||||
"target": "main-content",
|
"target": "app.main-content",
|
||||||
"options": {
|
"options": {
|
||||||
"url": "{{entire_url('new_session.ui')}}"
|
"url": "{{entire_url('new_session.ui')}}"
|
||||||
},
|
},
|
||||||
@ -74,19 +74,19 @@
|
|||||||
"label": "Active Sessions",
|
"label": "Active Sessions",
|
||||||
"icon": "fa fa-comments",
|
"icon": "fa fa-comments",
|
||||||
"url": "{{entire_url('sessions.ui')}}",
|
"url": "{{entire_url('sessions.ui')}}",
|
||||||
"target": "main-content"
|
"target": "app.main-content"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Services",
|
"label": "Services",
|
||||||
"icon": "fa fa-server",
|
"icon": "fa fa-server",
|
||||||
"url": "{{entire_url('services.ui')}}",
|
"url": "{{entire_url('services.ui')}}",
|
||||||
"target": "main-content"
|
"target": "app.main-content"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Settings",
|
"label": "Settings",
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
"url": "{{entire_url('settings.ui')}}",
|
"url": "{{entire_url('settings.ui')}}",
|
||||||
"target": "main-content"
|
"target": "app.main-content"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"item_cheight": 40,
|
"item_cheight": 40,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user