luci-mod-network: remove indent
authorPaul Donald <newtwen+github@gmail.com>
Tue, 30 Apr 2024 13:19:17 +0000 (15:19 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 30 Apr 2024 13:19:17 +0000 (15:19 +0200)
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js

index 3163b5515be434ba9fa56ebbd018b0ce1a339aa3..57bb24f9a9a1262cc407bb4971a08fbe82eca82d 100644 (file)
@@ -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).'));