Allow to filter and sort by site.

This commit is contained in:
baldo 2017-08-13 18:18:40 +02:00
parent 3b78215b5d
commit 683937539b
5 changed files with 20 additions and 3 deletions
server/resources

View file

@ -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'