web app implemented ui to display and configure services for a node

This commit is contained in:
Blake J. Harnden 2018-05-14 09:28:25 -07:00
parent 8347debda9
commit d9db4a427a
7 changed files with 170 additions and 3 deletions

View file

@ -108,7 +108,8 @@ class CoreNode {
y: this.y,
lat: this.lat,
lon: this.lon,
alt: this.alt
alt: this.alt,
services: this.services
}
}
}