ripienaar / gdash

A dashboard for Graphite
http://www.devco.net/
Apache License 2.0
754 stars 117 forks source link

Upgraded to HEAD, fullscreen doesn't work anymore #85

Closed aknapp closed 11 years ago

aknapp commented 11 years ago

I just tried to upgrade my gdash installation to HEAD, and when I did the fullscreen functionality broke. It looks like it's not taking the arguments from the URL anymore, e.g.:

http://gdash.example.net/dashboards/blah/full/3/500/300/

That should display a fullscreen display with 3 columns of 500x300 graphs. In HEAD, it just displays 1 column.

bwhaley commented 11 years ago

Thanks for the regression report @aknapp. The PR above should fix the issue. Will merge to master after a few +1s.

bwhaley commented 11 years ago

Fixed in PR #86