From edb481a1ac94fc6c23abcd37f93149e110f5d047 Mon Sep 17 00:00:00 2001 From: Andy Chiang Date: Mon, 20 Oct 2025 15:43:01 +0700 Subject: [PATCH] luci-mod-status: remove redundant spaces remove redundant spaces in nftables.js. Signed-off-by: Andy Chiang --- .../htdocs/luci-static/resources/view/status/nftables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js index 4862c90e2a..e619c3e744 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js @@ -303,7 +303,7 @@ return view.extend({ renderVMap: function(spec, table) { // spec: { key: {...}, data: { set: [ [mapkey, actionSpec], ... ] } } const matchElem = E('span', { 'class': 'ifacebadge' }, - _('Verdict map: %h is').format(this.exprToString(spec.key))); + _('Verdict map: %h is').format(this.exprToString(spec.key))); const actions = []; const keys = []; -- 2.30.2