Update ring_group_forward.php

This commit is contained in:
FusionPBX
2025-08-09 09:18:28 -06:00
committed by GitHub
parent a349aa1e5b
commit e00a0f725f

View File

@@ -157,7 +157,7 @@
echo " <span class='hud_title'>".$text['header-ring-group-forward']."</span>\n";
//doughnut chart
if (!isset($dashboard_chart_type) ||$dashboard_chart_type == "doughnut") {
if (empty($dashboard_chart_type) ||$dashboard_chart_type == "doughnut") {
echo " <div class='hud_chart' style='width: 275px;'><canvas id='ring_group_forward_chart'></canvas></div>\n";
echo "<script>\n";