FollettSchoolSolutions / perfmon4j-reports

Framework to query and report against perfmon4j datasources.
3 stars 0 forks source link

Datasource connection check for each chart in homepage #106

Closed pizzaboy314 closed 8 years ago

pizzaboy314 commented 8 years ago

There should be some indication next to each chart in the homepage whether or not the datasource associated with that chart is accessible.

pizzaboy314 commented 8 years ago

When a datasource is not reachable, the chart entry in the list of charts in the home page is greyed out as well as the edit and duplicate buttons. The delete button is still accessible, however.

chart broken datasource demo

pizzaboy314 commented 8 years ago

BUG FIX for #121 Backend datasource connection check code was in the server code, which doesn't have access to datasources within the firewall. Rewriting connection check in the JS code, which inherits LAN settings from the browser.

pizzaboy314 commented 8 years ago

Fixed.