diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 918ab5fc..cfb6fa0d 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -63,7 +63,7 @@ <div class="col col-80"> <div class="item-text-wrap"> <i class="ion-ios-videocam-outline"></i> - <b>{{event.Event.MonitorName}}</b> ({{event.Event.Name}}) + <b>{{event.Event.MonitorName}}</b> ({{event.Event.Id}}) <button ng-if="gifshotSupported" class="button button-small button-outline icon ion-android-download" ng-click=" permissionsDownload(event)"> </button> |
