mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
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:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user