Allow to filter and sort by site.
This commit is contained in:
parent
3b78215b5d
commit
683937539b
5 changed files with 20 additions and 3 deletions
server/resources
|
@ -143,6 +143,7 @@ angular.module('ffffng').factory('NodeResource', function (
|
|||
'email',
|
||||
'token',
|
||||
'mac',
|
||||
'site',
|
||||
'key',
|
||||
'onlineState'
|
||||
],
|
||||
|
@ -159,6 +160,7 @@ angular.module('ffffng').factory('NodeResource', function (
|
|||
'token',
|
||||
'mac',
|
||||
'key',
|
||||
'site',
|
||||
'coords',
|
||||
'onlineState',
|
||||
'monitoringState'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue