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:
@@ -108,8 +108,6 @@ $version = md5(file_get_contents($project_root . '/app/active_calls/resources/ja
|
||||
echo "<script src='/app/active_calls/resources/javascript/arrows.js?v=$version'></script>\n";
|
||||
|
||||
?>
|
||||
<script src="https://cdn.jsdelivr.net/npm/luxon/build/global/luxon.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-luxon"></script>
|
||||
<script>
|
||||
const timers = [];
|
||||
const callsMap = new Map();
|
||||
|
||||
Reference in New Issue
Block a user