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

View file

@ -96,7 +96,8 @@ var defaultConfig = {
community: {
name: 'Freifunk Musterstadt',
domain: 'musterstadt.freifunk.net',
contactEmail: 'kontakt@musterstadt.freifunk.net'
contactEmail: 'kontakt@musterstadt.freifunk.net',
sites: []
},
map: {
mapUrl: 'http://map.musterstadt.freifunk.net'

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'