Closed aknapp closed 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.
Thanks for the regression report @aknapp. The PR above should fix the issue. Will merge to master after a few +1s.
Fixed in PR #86
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.