Skip to content

Commit

Permalink
Update webapp.go
Browse files Browse the repository at this point in the history
  • Loading branch information
door7302 authored Jul 15, 2024
1 parent 4749a6d commit f830e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/webapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func routeIndex(c echo.Context) error {
}

// get the Telegraf version -
teleVersion := container.GetVersionLabel([]string{"telegraf_vmx", "telegraf_mx", "telegraf_ptx", "telegraf_acx"})
teleVersion := container.GetVersionLabel("telegraf")

return c.Render(http.StatusOK, "index.html", map[string]interface{}{"TeleVmx": teleVmx, "TeleMx": teleMx, "TelePtx": telePtx, "TeleAcx": teleAcx,
"Grafana": grafana, "Kapacitor": kapacitor, "Influx": influx, "Jtso": jtso, "NumVMX": numVMX, "NumMX": numMX, "NumPTX": numPTX, "NumACX": numACX,
Expand Down

0 comments on commit f830e52

Please sign in to comment.