Skip to content

Commit

Permalink
luci-mod-network: Clarify 'metric' value
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Sep 11, 2024
1 parent f8ef86b commit ae6de0c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,8 @@ return view.extend({
o.datatype = 'uinteger';
o.placeholder = '0';

o = nettools.replaceOption(s, 'advanced', form.Value, 'metric', _('Use gateway metric'));
o = nettools.replaceOption(s, 'advanced', form.Value, 'metric', _('Use gateway metric'),
_('Metric is an ordinal, where a gateway with 1 is chosen 1st, 2 is chosen 2nd, 3 is chosen 3rd, etc'));
o.datatype = 'uinteger';
o.placeholder = '0';

Expand Down

0 comments on commit ae6de0c

Please sign in to comment.