Fixes graphs title
parent
8b1fd2e2c1
commit
7e67b2907b
|
@ -100,6 +100,11 @@ if ($response['db'] === null) {
|
||||||
// Prepare data for template
|
// Prepare data for template
|
||||||
$graph = $graphs;
|
$graph = $graphs;
|
||||||
|
|
||||||
|
// prepare the widget
|
||||||
|
$widget['full'] = false;
|
||||||
|
$widget['name'] = 'Graphs';
|
||||||
|
$widget['title'] = 'Jitsi graphs';
|
||||||
|
|
||||||
include '../app/templates/graphs-combined.php';
|
include '../app/templates/graphs-combined.php';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
|
|
||||||
<hr /><p class="m-3">NB: This functionality is still under development. The data is just an example.</p><hr /><!-- FIXME remove when implemented -->
|
<div class="row">
|
||||||
|
<div class="card w-auto bg-light border-light card-body" style="flex-direction: row;"><?= $widget['title'] ?></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="card w-auto bg-light border-light card-body filter-results">
|
<div class="card w-auto bg-light border-light card-body filter-results">
|
||||||
|
|
Loading…
Reference in New Issue