summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/log.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/templates/log.html b/www/templates/log.html
index 99de95d3..2884c4bb 100644
--- a/www/templates/log.html
+++ b/www/templates/log.html
@@ -34,14 +34,14 @@
<button class="button button-small button-stable icon ion-chevron-left" ng-click="changePage(1)">
</button>
<button class="button button-small button-stable icon ion-chevron-right" ng-click="changePage(-1)">
- </button>
-
-
+ </button><br/>
+ <b>ZoneMinder {{'kVersion'|translate}}: {{zmVersion}} </b><br/>
</div>
<div ng-if="logEntity==$root.appName">
- <b>{{$root.appName}} {{'kVersion'|translate}}: {{zmAppVersion}} ({{$root.platformOS}})</b>
+ <b>{{$root.appName}} {{'kVersion'|translate}}: {{zmAppVersion}} ({{$root.platformOS}})</b><br/>
+ <b>ZoneMinder {{'kVersion'|translate}}: {{zmVersion}} </b>
</div>
<div ng-if="selectOn" class="aside-1">{{'kLogsCopyPaste' | translate }}</div>