Fix: No 'undefined' in filename for nodes without monitoring
This commit is contained in:
parent
c3d527f2bc
commit
807f3f5fb2
|
@ -96,7 +96,7 @@ angular.module('ffffng')
|
||||||
node.mac + '@' +
|
node.mac + '@' +
|
||||||
(node.key || '') + '@' +
|
(node.key || '') + '@' +
|
||||||
token + '@' +
|
token + '@' +
|
||||||
nodeSecrets.monitoringToken
|
(nodeSecrets.monitoringToken || '')
|
||||||
).toLowerCase();
|
).toLowerCase();
|
||||||
|
|
||||||
var data = '';
|
var data = '';
|
||||||
|
|
Loading…
Reference in a new issue