Dashboard: Call Forward widget, Edit position without reload, misc adjustments.

This commit is contained in:
fusionate
2023-01-31 00:19:09 +00:00
parent ba344fd56b
commit d04b6db96a
17 changed files with 473 additions and 116 deletions

View File

@@ -285,7 +285,7 @@
if ($show_stat) {
//add doughnut chart
?>
<div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 20px; cursor: pointer;' onclick="$('#hud_system_counts_details').slideToggle('fast');">
<div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 20px;' onclick="$('#hud_system_counts_details').slideToggle('fast');">
<div style='width: 250px; height: 175px;'><canvas id='system_counts_chart'></canvas></div>
</div>