Skip to content

Commit c0dbe1c

Browse files
authored
Merge pull request #88 from shaneknapp/clarify-panel-title
update non running pods panel title verbiage to be more clear
2 parents 90ee414 + 91363f9 commit c0dbe1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboards/cluster.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ local nodeOOMKills = graphPanel.new(
324324
]);
325325

326326
local nonRunningPods = graphPanel.new(
327-
'Non Running Pods',
327+
'Pods not in Running state',
328328
description=|||
329329
Pods in states other than 'Running'.
330330

0 commit comments

Comments
 (0)