luci-mod-status: remove redundant spaces

remove redundant spaces in nftables.js.

Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
This commit is contained in:
Andy Chiang
2025-10-20 15:43:01 +07:00
committed by Paul Donald
parent d9a087e48c
commit edb481a1ac

View File

@@ -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: <var>%h</var> is').format(this.exprToString(spec.key)));
_('Verdict map: <var>%h</var> is').format(this.exprToString(spec.key)));
const actions = [];
const keys = [];