Skip to content

Commit

Permalink
luci-mod-network: remove indent
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Apr 30, 2024
1 parent c433e9f commit 0f7ba7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1600,9 +1600,9 @@ return view.extend({
o.value('1',_('Enabled'));
o.value('2',_('Enabled (all CPUs)'));
o.optional = true;

var steer_flow = uci.get('network', 'globals', 'steering_flows');

o = s.option(form.Value, 'steering_flows', _('Steering flows (<abbr title="Receive Packet Steering">RPS</abbr>)'),
_('Directs packet flows to specific CPUs where the local socket owner listens (the local service).') + ' ' +
_('Note: this setting is for local services on the device only (not for forwarding).'));
Expand Down

0 comments on commit 0f7ba7b

Please sign in to comment.