From 9514414907d78587d5ad78abd6849397d4973ff6 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 27 Oct 2018 07:38:31 -0400 Subject: attach logs instead of pasting --- www/templates/log.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'www/templates/log.html') diff --git a/www/templates/log.html b/www/templates/log.html index 0ad840d8..c67cab4c 100644 --- a/www/templates/log.html +++ b/www/templates/log.html @@ -4,7 +4,10 @@   + ng-click="selectToggle()">   + + + @@ -13,7 +16,7 @@
- +
@@ -32,6 +35,9 @@ + + +
-- cgit v1.2.3 From d5e7a99c63213ad3b62a9e8e95cb57f0bb0c7e6a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 29 Oct 2018 10:45:16 -0400 Subject: desktop logs rework --- www/templates/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/templates/log.html') diff --git a/www/templates/log.html b/www/templates/log.html index c67cab4c..99de95d3 100644 --- a/www/templates/log.html +++ b/www/templates/log.html @@ -19,7 +19,7 @@
- +
-- cgit v1.2.3 From 73014ac9a48fd584a4e0665358d240dde3024887 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 2 Nov 2018 14:32:25 -0400 Subject: add ZM version to display --- www/templates/log.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/templates/log.html') 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 @@ - - +
+ ZoneMinder {{'kVersion'|translate}}: {{zmVersion}}
- {{$root.appName}} {{'kVersion'|translate}}: {{zmAppVersion}} ({{$root.platformOS}}) + {{$root.appName}} {{'kVersion'|translate}}: {{zmAppVersion}} ({{$root.platformOS}})
+ ZoneMinder {{'kVersion'|translate}}: {{zmVersion}}
{{'kLogsCopyPaste' | translate }}
-- cgit v1.2.3