From bf0ef4d5f85e3c30f9890a8264ed8203e19c465f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 23 Oct 2018 16:42:31 -0400 Subject: new keys for monitor status --- www/lang/locale-en.json | 3 +++ www/templates/monitors.html | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index a774e866..d18e3ccb 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -218,6 +218,9 @@ "kMonMocord" :"Mocord", "kMonModect" :"Modect", "kMonMonitor" :"Monitor", + "kMonStreamingURL" :"Streaming url", + "kMonPortalURL" :"Portal url", + "kMonRecordingURL" :"Recording url", "kMonNodect" :"Nodect", "kMonNone" :"None", "kMonPreAlarm" :"pre-alarm", diff --git a/www/templates/monitors.html b/www/templates/monitors.html index 8daf6fa8..4e5023a9 100644 --- a/www/templates/monitors.html +++ b/www/templates/monitors.html @@ -48,10 +48,11 @@
{{'kStatus' | translate}}: {{monitor.Monitor.isRunningText}}
{{'kId' | translate}}: {{monitor.Monitor.Id}}
{{'kEventRecording' | translate}}: {{(monitor.Monitor.VideoWriter>0?'kVideo':'kImages') | translate}} -
Streaming URL: {{monitor.Monitor.streamingURL}} -
Portal URL: {{monitor.Monitor.baseURL}} -
-
+
{{'kMonStreamingURL' | translate}}: {{monitor.Monitor.streamingURL}} +
{{'kMonPortalURL' | translate}} {{monitor.Monitor.baseURL}} +
{{'kMonRecordingURL' | translate}} {{monitor.Monitor.controlURL}} +

+

{{'kConfiguration' -- cgit v1.2.3