henrygd / beszel

Lightweight server monitoring hub with historical data, docker stats, and alerts.
MIT License
2.42k stars 73 forks source link

Adds a version listing in the hub for each agent #125

Closed theRealBassist closed 2 months ago

theRealBassist commented 2 months ago

Resubmit of #109 to fulfill #105

The only somewhat messy thing that I had to do following the refactor was to add an import for the main module (not sure if that is the right terminology when using Go) in the internal/agent/agent.go as the version information was moved outside of the agent module itself.

Additionally, it adds an import for the Wifi icon to be used on the hub table.