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.key || '') + '@' +
|
||||
token + '@' +
|
||||
nodeSecrets.monitoringToken
|
||||
(nodeSecrets.monitoringToken || '')
|
||||
).toLowerCase();
|
||||
|
||||
var data = '';
|
||||
|
|
Loading…
Reference in a new issue