1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add a help text in omr-tracker luci

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-19 17:25:08 +01:00
parent bc8a5f8b5f
commit 01701d30ae

View file

@ -66,7 +66,7 @@ return view.extend({
o.depends('family', 'ipv6');
o.rmempty = false;
o = s.option(form.ListValue, 'type', _('Tracking method'));
o = s.option(form.ListValue, 'type', _('Tracking method'),_('Always ping gateway, then test connection by ping, httping or dns. None mode only ping gateway.'));
o.default = 'ping';
o.value('none');
o.value('ping');