diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-04-30 15:19:17 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-04-30 15:19:17 +0200 |
commit | 0f7ba7b9a204a37673cf38d9d7748747591510d1 (patch) | |
tree | 16b957565db7287c55267aad930e0e9f70bfa823 /modules | |
parent | c433e9f2c17476996e222ca8de2738cc9ea1aeff (diff) |
luci-mod-network: remove indent
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js index 3163b5515b..57bb24f9a9 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js @@ -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).')); |