Fix: No 'undefined' in filename for nodes without monitoring

This commit is contained in:
baldo 2016-06-07 14:48:18 +02:00
parent c3d527f2bc
commit 807f3f5fb2

View file

@ -96,7 +96,7 @@ angular.module('ffffng')
node.mac + '@' +
(node.key || '') + '@' +
token + '@' +
nodeSecrets.monitoringToken
(nodeSecrets.monitoringToken || '')
).toLowerCase();
var data = '';