From 0a315ef637be5ca96c700c7bb5af690954608acd Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Fri, 9 Dec 2016 22:04:13 +0200 Subject: [PATCH] added more "special tokens" to various options' descriptions --- motioneye/templates/main.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/motioneye/templates/main.html b/motioneye/templates/main.html index d7de62a..de06837 100644 --- a/motioneye/templates/main.html +++ b/motioneye/templates/main.html @@ -496,7 +496,7 @@ Web Hook URL - ? + ? HTTP Method @@ -521,7 +521,7 @@ Command - ? + ? {% for config in camera_sections.get('storage', {}).get('configs', []) %} {{config_item(config)}} @@ -551,7 +551,7 @@ - ? + ? Right Text @@ -568,7 +568,7 @@ - ? + ? {% for config in camera_sections.get('text-overlay', {}).get('configs', []) %} {{config_item(config)}} @@ -730,7 +730,7 @@ Movie File Name - ? + ? Movie Format @@ -974,7 +974,7 @@ Web Hook URL - ? + ? HTTP Method @@ -999,7 +999,7 @@ Command - ? + ? {% for config in camera_sections.get('notifications', {}).get('configs', []) %} {{config_item(config, "motionDetectionEnabled")}} -- 2.39.5