mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Use date-fns instead of luxon on dashboard (#7602)
* Use date-fns instead of luxon on dashboard * Update system_network_status.php * Update system_cpu_status.php * Update index.php
This commit is contained in:
@@ -216,6 +216,7 @@
|
||||
|
||||
//include chart.js
|
||||
echo "<script src='/resources/chartjs/chart.min.js'></script>";
|
||||
echo "<script src='/resources/chartjs/chartjs-adapter-date-fns.bundle.min.js'></script>";
|
||||
echo "<script src='/resources/chartjs/chartjs-plugin-streaming.js'></script>";
|
||||
|
||||
//chart variables
|
||||
|
||||
Reference in New Issue
Block a user