howardjones / network-weathermap

Network Weathermap draws diagrams from data
http://www.network-weathermap.com/
MIT License
426 stars 94 forks source link

Editor - Create Map #137

Closed netniV closed 5 years ago

netniV commented 6 years ago

When using Editor - Create Map (weathermap-cacti10-plugin-editor.php?mapname=Mark&action=newmap&plug=)

VALIDATION FAIL

I know you said the Create Map screen was a dummy screen but I saw this one in the editor and tried it.

howardjones commented 6 years ago

That's supposed to have a 1 on the end of the URL. I'm pretty sure that's what the validation error is for. That's a bug :-)

Although the filename should have a .conf on the end, too.

netniV commented 6 years ago

That's a good start for when your working on the screen then 💃

howardjones commented 6 years ago

OK. plug has the correct value (wasn't passed through). The editor already adds .conf onto the end if there isn't one, but then failed its own validation for that. Fixed that too. Push shortly.