Icinga / icingaweb2-module-nagvis

NagVis integration into Icinga web 2
GNU General Public License v2.0
39 stars 22 forks source link

Refresh the page when the nagvis iframe is reloaded #33

Closed ghost closed 6 years ago

ghost commented 6 years ago

This is a bugfix related to this NagVis bug: https://github.com/NagVis/nagvis/issues/158 . I just completed a feature that was half-implemented.

Thomas-Gelf commented 6 years ago

Nice, thank you!

Thomas-Gelf commented 6 years ago

Update: we discussed this, while this works fine I'd prefer to see no page reload. So please try to improve this by using

window.history.pushState(null, null, '/icingaweb2/nagvis/show/map?map=new-map');

Of course please check whether window.history is a thing in this browser.

Thomas-Gelf commented 6 years ago

ping @gianluca-piccolo-wuerth