If site is currently unknown keep previous site on update.
This commit is contained in:
parent
a4805b6b2b
commit
82a69769c3
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ angular.module('ffffng')
|
||||||
'WHERE id = ? AND mac = ?',
|
'WHERE id = ? AND mac = ?',
|
||||||
[
|
[
|
||||||
node.hostname,
|
node.hostname,
|
||||||
nodeData.site,
|
nodeData.site || row.site,
|
||||||
node.monitoringState,
|
node.monitoringState,
|
||||||
nodeData.state,
|
nodeData.state,
|
||||||
nodeData.lastSeen.unix(),
|
nodeData.lastSeen.unix(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue