package view import ( "git.staur.ca/stobbsm/clustvirt/lib/host" bf "github.com/labstack/gommon/bytes" "git.staur.ca/stobbsm/clustvirt/view/components" "git.staur.ca/stobbsm/clustvirt/view/layouts" ) // MemChart get's the memory pi chart from the host templ MemChart(h *host.Host) {
This is where you can see a system overview of all available hosts
For now, there is just this simple box to choose a host to connect to and push the button to load the system information via HTMX