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.