opserver / Opserver

Stack Exchange's Monitoring System
https://opserver.github.io/Opserver/
MIT License
4.5k stars 823 forks source link

Web site is kind of broken in Edge #385

Closed Sacha-K closed 3 years ago

Sacha-K commented 3 years ago

Using the master branch (commit from 2020/05/08), Microsoft Edge, and WMI so only data stored in RAM.

There is no refresh. Stuck on the no data yet when web site starts, must do F5 to have the data displayed. Then must do F5 to have the new data displayed when web site is running. In Chrome the text data refreshes on its own sometimes, never looked at how this is done.

The CPU, RAM, and network chart popups are not showing when you click on the small charts. You get the address of the chart displayed in the URL but nothing displayed.

It was working fine in much older versions. I had a full copy of the repo on some 2018 commit (before my WMI PRs) with the WMI fixes and my config added, no issue there.

I haven't tried the ASP.NET Core version yet.

Sacha-K commented 3 years ago

It was an issue with the browser using an old version of Scripts.js from its cache.

Should use asp-append-version="true" maybe to force a refresh.