Development

This commit is contained in:
Matthew Grotke 2026-05-24 02:42:11 -04:00
parent c8607ba8c5
commit e289583c4b
3 changed files with 55 additions and 22 deletions

View file

@ -321,7 +321,11 @@
"value": "%DDNS_TIMER_INTERVAL%",
"sub": "%STAT_PUBLIC_IP_LAST_CHECKED%",
"edit_action": "/action/ddns_cardinterval_save",
"edit_field": "timer_interval"
"edit_field": "timer_interval",
"edit_input_type": "number",
"edit_min": "1",
"edit_suffix": "minutes",
"edit_value": "%DDNS_TIMER_INTERVAL_MINS%"
},
{
"type": "stat_card",
@ -492,12 +496,13 @@
"label": "Max Log Size (KB)",
"name": "log_max_kb",
"input_type": "number",
"layout": "inline",
"value": "%DDNS_GEN_LOG_MAX_KB%",
"min": "64"
},
{
"type": "field",
"label": "Log errors only",
"label": "",
"name": "log_errors_only",
"input_type": "checkbox",
"checkbox_label": "Only record errors to log",