From 2782a0757f730ac622bb1768e33ae4e1ab43f9e4 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sun, 21 Jun 2015 16:01:46 -0400 Subject: Monitor view now calls zmdc APIs and checks if monitor is running/not running/pending --- www/templates/monitors.html | 72 ++++++++++++++++++++++++--------------------- 1 file changed, 39 insertions(+), 33 deletions(-) (limited to 'www/templates/monitors.html') diff --git a/www/templates/monitors.html b/www/templates/monitors.html index 6ef5d954..7b6b00b3 100644 --- a/www/templates/monitors.html +++ b/www/templates/monitors.html @@ -1,52 +1,58 @@ - - - - - - + + + + + + - -
- -
-
- +
+ +
+ +
+
+ {{monitor.Monitor.Name}} - + + + + -
+
-
- +
+ {{monitor.Monitor.Name}} - + -
+
-

Mode :{{monitor.Monitor.Function}}
- - Resolution: {{monitor.Monitor.Width}}*{{monitor.Monitor.Height}}
- Max FPS: {{monitor.Monitor.MaxFPS}} -
Alarm Max FPS:{{monitor.Monitor.AlarmMaxFPS}} -
Alarm Frame Count: {{monitor.Monitor.AlarmFrameCount}} -
-

- - + Resolution: {{monitor.Monitor.Width}}*{{monitor.Monitor.Height}}
+ Max FPS: {{monitor.Monitor.MaxFPS}} +
Alarm Max FPS:{{monitor.Monitor.AlarmMaxFPS}} +
Alarm Frame Count: {{monitor.Monitor.AlarmFrameCount}} +
Status: {{monitor.Monitor.isRunningText}} +

+

+ + +
+
- -- cgit v1.2.3