kraken-hpc / kraken-dashboard

A React.js based dashboard for kraken (https://github.com/hpc/kraken)
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Check if graph needs to be updated while in polling mode #6

Closed kpelzel closed 4 years ago

kpelzel commented 4 years ago

Forgot to check if the graph needs to be updated while in polling mode. WebSocket mode already does this check.

Also ran Prettier on the entire project to clean it up and keep it consistent.