rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
310 stars 100 forks source link

Show custom zone names on main zones page? #12

Closed dkossman closed 10 years ago

dkossman commented 10 years ago

Thanks for the great program! How much work would it be on the Zones page to list the custom zone names, rather than (or in addition to) the zone numbers? I took a look at the code (i've actually forked the github repository..) but haven't taken a go at it yet... right now you can only see the zone name if you expand the zone for editing.

regards Don

rszimm commented 10 years ago

This seems like an easy. Fix. On the TODO list.

dkossman commented 10 years ago

great - thanks!

dkossman commented 10 years ago

OK - I've made the required one-line change to Zones.htm and figured out how to commit it and push it to my github repo, which i branched from yours a little while back. It seems to work... Zone name now shows up in italics after the zone number, e.g. Zone 1: Front Lawn https://github.com/dkossman/sprinklers_pi

Don