mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user