24 lines
688 B
XML
24 lines
688 B
XML
{
|
|
"widgettype": "Menu",
|
|
"id": "dashboard_menu",
|
|
"options": {
|
|
"items": [
|
|
{
|
|
"name": "dashboard_config",
|
|
"label": "仪表板配置",
|
|
"url": "{{entire_url('/unified_dashboard/dashboard_config')}}"
|
|
},
|
|
{
|
|
"name": "report_template",
|
|
"label": "报表模板",
|
|
"url": "{{entire_url('/unified_dashboard/report_template')}}"
|
|
},
|
|
{
|
|
"name": "user_dashboard",
|
|
"label": "用户仪表板",
|
|
"url": "{{entire_url('/unified_dashboard/user_dashboard')}}"
|
|
}
|
|
]
|
|
}
|
|
}
|