Skip to content

Commit

Permalink
Update jsonnet/dashboards/monitoring.libsonnet
Browse files Browse the repository at this point in the history
Co-authored-by: Matej Feder <[email protected]>
  • Loading branch information
michal-gubricky and matofeder authored Jan 22, 2024
1 parent 6e2f2d4 commit e199dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnet/dashboards/monitoring.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ local getHostRowGridY(numOfHosts, panelWidth, panelHeightHosts, panelHeightClust
(
if $.isHostMonitoring() then
[
row.new('Host Monitoring') {
row.new('Hosts') {
local rowY = getClusterRowGridY(numOfClusters, $._config.templates.L0.k8s.main.panel.gridPos.w, $._config.templates.L0.k8s.main.panel.gridPos.h) - 1,
gridPos: { x: 0, y: rowY, w: 24, h: 1 },
},
Expand Down

0 comments on commit e199dea

Please sign in to comment.