From 6c2658bf0351f8760fc05304edc27611657d0714 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:41:15 +0100 Subject: [PATCH] Update dashboard.tpl change all users to total users --- ui/ui/dashboard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui/dashboard.tpl b/ui/ui/dashboard.tpl index 1b37f6fe..a3ff1527 100644 --- a/ui/ui/dashboard.tpl +++ b/ui/ui/dashboard.tpl @@ -311,7 +311,7 @@ // Create the chart data var data = { - labels: ['Active Users', 'Inactive Users', 'All Users'], + labels: ['Active Users', 'Inactive Users', 'Total Users'], datasets: [{ label: 'User Recharges', data: [parseInt(u_act), parseInt(u_all), parseInt(c_all)],