Update system_counts.php (#6517)

This commit is contained in:
Alex 2022-12-31 11:47:33 -07:00 committed by GitHub
parent 885c950a15
commit 21dfbc2d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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']; ?>'