mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +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) {
|
renderVMap: function(spec, table) {
|
||||||
// spec: { key: {...}, data: { set: [ [mapkey, actionSpec], ... ] } }
|
// spec: { key: {...}, data: { set: [ [mapkey, actionSpec], ... ] } }
|
||||||
const matchElem = E('span', { 'class': 'ifacebadge' },
|
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 actions = [];
|
||||||
const keys = [];
|
const keys = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user