Skip to content

Commit

Permalink
More compact display of Frame information (event.js.php)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorA100 authored Jun 15, 2024
1 parent 1e34f5a commit ae36a1f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions web/skins/classic/views/js/event.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
var noStr = '<?php echo translate('No') ?>';

var eventDataStrings = {
Id: '<?php echo translate('EventId') ?>',
<!--Id: '<?php echo translate('EventId') ?>',-->
Name: '<?php echo translate('Name') ?>',
MonitorId: '<?php echo translate('AttrMonitorId') ?>',
MonitorName: '<?php echo translate('Monitor') ?>',
Expand All @@ -65,17 +65,18 @@
EndDateTimeFormatted: '<?php echo translate('AttrEndTime') ?>',
Length: '<?php echo translate('Duration') ?>',
Frames: '<?php echo translate('AttrFrames') ?>',
AlarmFrames: '<?php echo translate('AttrAlarmFrames') ?>',
<!--AlarmFrames: '<?php echo translate('AttrAlarmFrames') ?>',-->
<!--TotScore: '<?php echo translate('AttrTotalScore') ?>',-->
<!--AvgScore: '<?php echo translate('AttrAvgScore') ?>',-->
<!--MaxScore: '<?php echo translate('AttrMaxScore') ?>',-->
Score: '<?php echo translate('Score') ?>',
Resolution: '<?php echo translate('Resolution') ?>',
DiskSpace: '<?php echo translate('DiskSpace') ?>',
Storage: '<?php echo translate('Storage') ?>',
<!--Storage: '<?php echo translate('Storage') ?>',-->
Path: '<?php echo translate('Path') ?>',
Archived: '<?php echo translate('Archived') ?>',
Emailed: '<?php echo translate('Emailed') ?>'
<!--Archived: '<?php echo translate('Archived') ?>',-->
<!--Emailed: '<?php echo translate('Emailed') ?>'-->
Info: '<?php echo translate('Info') ?>'
};
if ( parseInt(ZM_OPT_USE_GEOLOCATION) ) {
eventDataStrings.Location = '<?php echo translate('Location') ?>';
Expand Down Expand Up @@ -114,4 +115,7 @@
"Live": "<?php echo translate('Live') ?>",
"Edit": "<?php echo translate('Edit') ?>",
"All Events": "<?php echo translate('All Events') ?>",
"Info": "<?php echo translate('Info') ?>",
"Archived": "<?php echo translate('Archived') ?>",
"Emailed": "<?php echo translate('Emailed') ?>",
};

0 comments on commit ae36a1f

Please sign in to comment.