mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update system_counts.php (#6517)
This commit is contained in:
@@ -295,7 +295,7 @@
|
||||
const system_counts_chart_data = {
|
||||
labels: ['<?php echo $text['label-inactive']; ?>: <?php echo $domain_inactive; ?>', '<?php echo $text['label-active']; ?>: <?php echo $domain_active; ?>'],
|
||||
datasets: [{
|
||||
data: ['<?php echo $domain_inactive; ?>', '<?php echo $domain_active; ?>'],
|
||||
data: ['<?php echo $domain_active; ?>', '<?php echo $domain_inactive; ?>'],
|
||||
backgroundColor: [
|
||||
'<?php echo $_SESSION['dashboard']['system_counts_chart_sub_background_color']['text']; ?>',
|
||||
'<?php echo $_SESSION['dashboard']['system_counts_chart_main_background_color']['text']; ?>'
|
||||
|
||||
Reference in New Issue
Block a user