[BUGFIX] GatewayCols variable name
This commit is contained in:
parent
201c74d29b
commit
b48b4f41f0
@ -50,7 +50,7 @@ define(['sorttable', 'snabbdom', 'd3-interpolate', 'moment', 'helper', 'utils/no
|
|||||||
];
|
];
|
||||||
|
|
||||||
if (node.gateway6 !== undefined) {
|
if (node.gateway6 !== undefined) {
|
||||||
gatewayRows.push(V.h('span', [
|
gatewayCols.push(V.h('span', [
|
||||||
nodeIdLink(node.gateway6),
|
nodeIdLink(node.gateway6),
|
||||||
V.h('br'),
|
V.h('br'),
|
||||||
'IPv6'
|
'IPv6'
|
||||||
|
Loading…
Reference in New Issue
Block a user