feat(dashboard): add monthly new users stat card to layout
This commit is contained in:
parent
2753714f4c
commit
456d33ffe4
@ -106,7 +106,7 @@
|
||||
"options": {
|
||||
"period_seconds": 60,
|
||||
"url": "{{entire_url('stat_total_users.ui')}}",
|
||||
"width": "25%"
|
||||
"width": "20%"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -115,7 +115,16 @@
|
||||
"options": {
|
||||
"period_seconds": 60,
|
||||
"url": "{{entire_url('stat_active_users.ui')}}",
|
||||
"width": "25%"
|
||||
"width": "20%"
|
||||
}
|
||||
},
|
||||
{
|
||||
"widgettype": "RefreshWidget",
|
||||
"id": "stat_new_users_month",
|
||||
"options": {
|
||||
"period_seconds": 60,
|
||||
"url": "{{entire_url('stat_new_users_month.ui')}}",
|
||||
"width": "20%"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -124,7 +133,7 @@
|
||||
"options": {
|
||||
"period_seconds": 15,
|
||||
"url": "{{entire_url('stat_concurrent.ui')}}",
|
||||
"width": "25%"
|
||||
"width": "20%"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -133,7 +142,7 @@
|
||||
"options": {
|
||||
"period_seconds": 30,
|
||||
"url": "{{entire_url('stat_errors.ui')}}",
|
||||
"width": "25%"
|
||||
"width": "20%"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user