Dashboard: Fix php warnings (#7493)

* Dashboard: Fix php warnings

* Update dashboard_edit.php

* Update dashboard.php

* Update parent.php

* Update footer.php

* Update active_calls.php

* Update active_calls.php
This commit is contained in:
Alex
2025-09-12 10:57:15 -07:00
committed by GitHub
parent 683fd9ab9f
commit 5c096bbec8
7 changed files with 13 additions and 10 deletions

View File

@@ -55,9 +55,12 @@
$dashboard_content = '';
$dashboard_content_text_align = '';
$dashboard_content_details = '';
$dashboard_chart_type = '';
$dashboard_label_enabled = 'true';
$dashboard_label_text_color = '';
$dashboard_label_text_color_hover = '';
$dashboard_label_background_color = '';
$dashboard_label_background_color_hover = '';
$dashboard_number_text_color = '';
$dashboard_number_background_color = '';
$dashboard_groups = [];