Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and yuvipanda committed Jul 21, 2023
1 parent 3af4bf5 commit c4e504c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboards/jupyterhub.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -525,15 +525,15 @@ local highMemoryUsagePods = tablePanel.new(
),
]).hideColumn('Time');

# Show images used by different users on the hub
// Show images used by different users on the hub
local notebookImagesUsed = graphPanel.new(
'Images used by user pods',
description=|||
Number of user servers using a container image
Number of user servers using a container image.
|||,
legend_hideZero=false,
decimals=0,
stack=true,
stack=false,
min=0,
datasource='$PROMETHEUS_DS'
).addTargets([
Expand Down

0 comments on commit c4e504c

Please sign in to comment.