add statusRefreshTimeout and connKey
parent
11ea5f2de5
commit
001f9a5e9d
|
@ -9,12 +9,14 @@ var nextMid = "<?php echo isset($nextMid)?$nextMid:'' ?>";
|
|||
var mode = "<?php echo $options['mode'] ?>";
|
||||
|
||||
var cycleRefreshTimeout = <?php echo 1000*ZM_WEB_REFRESH_CYCLE ?>;
|
||||
var statusRefreshTimeout = <?php echo 1000*ZM_WEB_REFRESH_STATUS ?>;
|
||||
var monitorData = new Array();
|
||||
<?php
|
||||
foreach ( $monitors as $monitor ) {
|
||||
?>
|
||||
monitorData[monitorData.length] = {
|
||||
'id': <?php echo $monitor->Id() ?>,
|
||||
'connKey': '<?php echo $monitor->connKey() ?>',
|
||||
'width': <?php echo $monitor->ViewWidth() ?>,
|
||||
'height':<?php echo $monitor->ViewHeight() ?>,
|
||||
'url': '<?php echo $monitor->UrlToIndex() ?>',
|
||||
|
|
Loading…
Reference in New Issue