From d4ef05d07e7687c7852f3f67c1fde04005db8071 Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Tue, 9 Nov 2021 22:25:51 -0700 Subject: [PATCH] Add chart to system counts (#6109) --- .../resources/dashboard/system_counts.php | 57 +++++++++++++++++-- 1 file changed, 52 insertions(+), 5 deletions(-) diff --git a/app/system/resources/dashboard/system_counts.php b/app/system/resources/dashboard/system_counts.php index c3081b4c4b..5e22e104b0 100644 --- a/app/system/resources/dashboard/system_counts.php +++ b/app/system/resources/dashboard/system_counts.php @@ -46,11 +46,58 @@ $show_stat = false; } - echo "".$text['label-system_counts'].""; - if ($show_stat) { - echo "".$hud_stat.""; - echo "".$hud_stat_title."\n"; + echo " +
+
+
+ + + "; } echo "
"; @@ -194,4 +241,4 @@ //} echo " "; -?> \ No newline at end of file +?>