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:
parent
bc8a5f8b5f
commit
01701d30ae
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue