TheThingSystem / steward

The Thing System is a set of software components and network protocols that aims to fix the Internet of Things. Our steward software is written in node.js making it both portable and easily extensible. It can run on your laptop, or fit onto a small single board computer like the Raspberry Pi.
http://thethingsystem.com
Other
346 stars 81 forks source link

Nest Protect name gets split #266

Closed RussNelson closed 9 years ago

RussNelson commented 9 years ago

Prior to this patch, my Nest Protect name appeared on two lines in the d3 view. That's because the name was empty, so it looked funny with a colon on the first line, and then the name I assigned on the second line. With this patch, if the name is empty, the colon is left off.