Fix: Wrong object to store site from.

This commit is contained in:
baldo 2017-08-13 17:47:37 +02:00
parent 05dfade2a6
commit 7dd8d35139

View file

@ -49,7 +49,7 @@ angular.module('ffffng')
[
node.hostname,
node.mac,
node.site,
nodeData.site,
node.monitoringState,
nodeData.state,
nodeData.lastSeen.unix(),
@ -92,7 +92,7 @@ angular.module('ffffng')
'WHERE id = ? AND mac = ?',
[
node.hostname,
node.site,
nodeData.site,
node.monitoringState,
nodeData.state,
nodeData.lastSeen.unix(),