sentry icon indicating copy to clipboard operation
sentry copied to clipboard

👁 A self hosted dashboard to monitor servers and services.

Results 2 sentry issues
Sort by recently updated
recently updated
newest added

Right now the client polls each individual data-server. Which causes more load on the client as well as exposes data-server endpoints. The goal is to give the host-server more to...

enhancement

This PR removes the `renderServers` and `renderServices` methods and generalizes the code for rendering `servers` and `services` as `displayEntities` @sbuggay