luci-app-radicale3: correctness fixes

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-05-26 13:54:21 +03:00
parent 3c872414bb
commit 91e7fa8465
@@ -451,7 +451,7 @@ return view.extend({
s.tab('main', _('Main'));
o = s.taboption('main', form.ListValue, 'level', _('Log Level'));
s.rmempty = true;
o.rmempty = true;
o.value('', _('Default (info)'));
o.value('trace', _('Trace'));
o.value('debug', _('Debug'));