loads / loads-web

Web dashboard for Loads
Apache License 2.0
5 stars 3 forks source link

Add a proxy route for Grafana dashboards #61

Closed ghost closed 9 years ago

ghost commented 9 years ago

Today's pair-programming session with @rpappalax.

pdehaan commented 9 years ago

:sad_trombone: Looks like the devilishly handsome @rpappalax merged my PR first and we got caught in a mid-air collision. Can you rebase this and I'll review+merge.

I shuffled the code around a bit, but the files you'll probably want to touch are:

... and then you can either just dump all the functions and handlers in the file itself, or create a ./server/controllers/dashboards.js file and dump makeMapFunc() function and module.exports the handler object.

Don't worry too much about the code organization, I can always shuffle and move it later.

ghost commented 9 years ago

@pdehaan No worries.

All set

pdehaan commented 9 years ago

@kitcambridge, you magnificent bastard! :+1:

rpappalax commented 9 years ago

Thanks, hermanos