From 456d33ffe4c48dd584c2e8f061b33e92dff292ec Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 17 Jul 2026 15:52:42 +0800 Subject: [PATCH] feat(dashboard): add monthly new users stat card to layout --- wwwroot/index.ui | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 1d3e2f6..9377d11 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -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%" } } ]