From 479b09f62d150cd56990be3d638c6b5f9dc5587c Mon Sep 17 00:00:00 2001
From: Pliable Pixels
Date: Thu, 2 Nov 2017 14:56:45 -0400
Subject: bazillion changes/cleanup - I think I got the big offender it was
unload handler in app.js #550
---
www/templates/events.html | 2 +-
www/templates/menu.html | 119 ++++++++++++++++++++++++++++++++++++++++++++
www/templates/monitors.html | 2 +-
www/templates/montage.html | 2 +-
www/templates/timeline.html | 1 +
5 files changed, 123 insertions(+), 3 deletions(-)
create mode 100644 www/templates/menu.html
(limited to 'www/templates')
diff --git a/www/templates/events.html b/www/templates/events.html
index 01aef4a8..5666ea61 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -139,7 +139,7 @@
:{{alarm.frameid}},:{{alarm.score}}, : {{prettifyTimeSec(alarm.time)}}
-
+
diff --git a/www/templates/menu.html b/www/templates/menu.html
new file mode 100644
index 00000000..3caacfd2
--- /dev/null
+++ b/www/templates/menu.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{'kMenuMontage'|translate}}
+
+
+
+
+
+ {{'kMenuTimeline'|translate}}
+
+
+
+
+ {{'kMenuEvents'|translate}}
+
+
+
+
+
+ {{'kMenuEventMontage'|translate}}
+
+
+
+
+
+
+ {{'kMenuMonitors'|translate}}
+
+
+
+
+ {{'kMenuSystemStatus'|translate}}
+
+
+
+
+ {{'kMenuZMSettings'|translate}}
+
+ {{$root.getProfileName();}}
+
+
+
+
+
+ {{'kMenuDevSettings'|translate}}
+
+
+
+
+
+ {{'kLanguage'|translate}}
+
+
+
+
+
+ {{'kMenuHelp'|translate}}
+
+
+
+
+ {{'kMenuWizard'|translate}}
+
+
+
+
+
+ {{'kMenuNews'|translate}} {{$root.newBlogPost}}
+
+
+
+
+
+ {{'kMenuLogs'|translate}}
+
+
+
+
+
+ {{$root.newVersionAvailable}}
+
+
+
+
+
+
+ {{'kMenuExit'|translate}}
+
+
+
+ {{$root.getLocalTimeZone();}}
+
+ {{$root.getServerTimeZoneNow();}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/www/templates/monitors.html b/www/templates/monitors.html
index cd9e8e8e..9bd2d5fa 100644
--- a/www/templates/monitors.html
+++ b/www/templates/monitors.html
@@ -50,7 +50,7 @@
diff --git a/www/templates/montage.html b/www/templates/montage.html
index e591179f..336ef214 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -167,7 +167,7 @@
+ ng-click="handleAlarmsWhileMinimized();" ng-if="!$root.isAlarm">
diff --git a/www/templates/timeline.html b/www/templates/timeline.html
index a64edceb..02bf0eb4 100644
--- a/www/templates/timeline.html
+++ b/www/templates/timeline.html
@@ -54,3 +54,4 @@
+
--
cgit v1.2.3