add title to agent connection type in all systems table

This commit is contained in:
henrygd
2025-09-24 14:18:20 -04:00
parent 7b128d09ac
commit 5578520054
5 changed files with 34 additions and 18 deletions

View File

@@ -74,7 +74,7 @@ func (gm *GPUManager) collectIntelStats() error {
var engineNames []string
var friendlyNames []string
var preEngineCols int
var powerIndex int = -1
var powerIndex int
for scanner.Scan() {
line := strings.TrimSpace(scanner.Text())