mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add labels to dashboard system counts (#6225)
* Update app_languages.php * Update system_counts.php
This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
var system_counts_chart_context = document.getElementById('system_counts_chart').getContext('2d');
|
||||
|
||||
const system_counts_chart_data = {
|
||||
labels: ['InActive: <?php echo $domain_inactive; ?>', 'Active: <?php echo $domain_active; ?>'],
|
||||
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; ?>'],
|
||||
backgroundColor: [
|
||||
|
||||
Reference in New Issue
Block a user