auth stack page, monitor cache fix, symlink install

This commit is contained in:
Gmer4Lfe
2026-06-05 19:20:28 -04:00
parent d9ed8c7704
commit a5936331c9
7 changed files with 1277 additions and 17 deletions
+5 -1
View File
@@ -590,8 +590,12 @@ function vvDiskCol(disks) {
// ── Poll ──────────────────────────────────────────────────────────────────────
let _vvFirstPoll = true;
function vvPollMonitor() {
fetch('/plugins/varaverk/api/monitor.php')
const _url = _vvFirstPoll ? '/plugins/varaverk/api/monitor.php' : '/plugins/varaverk/api/monitor.php?live=1';
_vvFirstPoll = false;
fetch(_url)
.then(r => r.json())
.then(d => {