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:
Alex
2025-10-28 15:53:48 -07:00
committed by GitHub
parent 7ff33d6075
commit 89a6540158
4 changed files with 1 additions and 13 deletions

View File

@@ -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();