auth stack page, monitor cache fix, symlink install
This commit is contained in:
@@ -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 => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user