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%" } } ]