From 7e67b2907b0a1869c2bc01e250e4885cbbe301ee Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Tue, 14 Jan 2025 15:46:43 +0200 Subject: [PATCH] Fixes graphs title --- app/pages/data.php | 5 +++++ app/templates/graphs-combined.php | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/pages/data.php b/app/pages/data.php index 5854898..d1a7e1c 100644 --- a/app/pages/data.php +++ b/app/pages/data.php @@ -100,6 +100,11 @@ if ($response['db'] === null) { // Prepare data for template $graph = $graphs; + // prepare the widget + $widget['full'] = false; + $widget['name'] = 'Graphs'; + $widget['title'] = 'Jitsi graphs'; + include '../app/templates/graphs-combined.php'; break; diff --git a/app/templates/graphs-combined.php b/app/templates/graphs-combined.php index b66c975..4ca2762 100644 --- a/app/templates/graphs-combined.php +++ b/app/templates/graphs-combined.php @@ -1,5 +1,7 @@ -

NB: This functionality is still under development. The data is just an example.


+
+
+