From e8beffcc8e9b37b3b865aab85007dff3a84607e7 Mon Sep 17 00:00:00 2001 From: Bruno Adele Date: Fri, 23 Sep 2016 08:09:00 +0200 Subject: [PATCH] Minor change (change 'date' by 'day') --- motioneye/templates/main.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/motioneye/templates/main.html b/motioneye/templates/main.html index 1ff72c1..7576d4f 100644 --- a/motioneye/templates/main.html +++ b/motioneye/templates/main.html @@ -469,7 +469,7 @@ Web Hook URL - ? + ? HTTP Method @@ -494,7 +494,7 @@ Command - ? + ? {% for config in camera_sections.get('storage', {}).get('configs', []) %} {{config_item(config)}} @@ -524,7 +524,7 @@ - ? + ? Right Text @@ -541,7 +541,7 @@ - ? + ? {% for config in camera_sections.get('text-overlay', {}).get('configs', []) %} {{config_item(config)}} @@ -633,7 +633,7 @@ Image File Name - ? + ? Image Quality @@ -691,7 +691,7 @@ Movie File Name - ? + ? Movie Format @@ -885,7 +885,7 @@ Web Hook URL - ? + ? HTTP Method @@ -910,7 +910,7 @@ Command - ? + ? {% for config in camera_sections.get('notifications', {}).get('configs', []) %} {{config_item(config, "motionDetectionEnabled")}} -- 2.39.5