Use index to server hosting storage where event is saved to talk to zms

This commit is contained in:
Isaac Connor 2019-08-27 15:19:18 -04:00
parent da15d1b6d6
commit d7d2c140a0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ var eventData = {
Frames: '<?php echo $Event->Frames() ?>',
MonitorName: '<?php echo $Monitor->Name() ?>'
};
var monitorUrl = '<?php echo $Monitor->UrlToIndex(); ?>';
var monitorUrl = '<?php echo $Event->Storage()->Server()->UrlToIndex(); ?>';
var filterQuery = '<?php echo isset($filterQuery)?validJsStr(htmlspecialchars_decode($filterQuery)):'' ?>';
var sortQuery = '<?php echo isset($sortQuery)?validJsStr(htmlspecialchars_decode($sortQuery)):'' ?>';