holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
19 stars 0 forks source link

(#172) Wire Version Info in the UI #173

Closed jeffmccune closed 6 months ago

jeffmccune commented 6 months ago

This patch adds the GetVersion rpc method to holos.system.v1alpha1.SystemService and wires the version information up to the Web UI.

This is a good example to crib from later regarding fetching and refreshing data from the web ui using grpc and field masks.

Closes: #172