From 31ca68739126f5740681238539a8c6a1b66e0000 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 18 Nov 2016 09:28:08 -0500 Subject: mass formatting and normalization - tweaked JSBeautify options --- www/templates/log.html | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'www/templates/log.html') diff --git a/www/templates/log.html b/www/templates/log.html index e53f00aa..5efed72f 100644 --- a/www/templates/log.html +++ b/www/templates/log.html @@ -1,29 +1,20 @@ - - - - - - -
- +
- +
- - - {{$root.appName}} {{'kVersion'|translate}}: {{zmAppVersion}}
+ + {{$root.appName}} {{'kVersion'|translate}}: {{zmAppVersion}} +
{{log.logString}}
-- cgit v1.2.3 From 786853268402e42ce7f6767f05b40fd2928a00b4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 25 Nov 2016 17:37:06 -0500 Subject: added platform info --- 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 5efed72f..f4e32d66 100644 --- a/www/templates/log.html +++ b/www/templates/log.html @@ -13,7 +13,7 @@ - {{$root.appName}} {{'kVersion'|translate}}: {{zmAppVersion}} + {{$root.appName}} {{'kVersion'|translate}}: {{zmAppVersion}} ({{$root.platformOS}})
{{log.logString}}
-- cgit v1.2.3