Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add parameter to Readme
  • Loading branch information
Muhammad Shahzeb committed Oct 12, 2023
commit a415cc036b4379dc682240e6085d67719181335c
7 changes: 7 additions & 0 deletions status-panels-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jb install https://github.com/grafana/jsonnet-libs/status-panels-lib
panelsHeight=2,
panelsWidth=8,
rowPositionY=10,
withRow=true,
)).panels.statusPanelsWithRow
```

Expand All @@ -51,6 +52,7 @@ jb install https://github.com/grafana/jsonnet-libs/status-panels-lib
panelsHeight=2,
panelsWidth=8,
rowPositionY=10,
withRow=true,
)).panels.statusPanelsWithRow
```

Expand All @@ -67,6 +69,7 @@ jb install https://github.com/grafana/jsonnet-libs/status-panels-lib
panelsHeight=2,
panelsWidth=8,
rowPositionY=10,
withRow=true,
)).panels.statusPanels
```

Expand Down Expand Up @@ -123,6 +126,10 @@ Position (Default `0`)

Override the datetime unit for panels (Default `dateTimeFromNow`)

### withRow

Whether to add a separate row for the status panels (Default `true`)

## Sample Dashboard

`status-panel-dashboard.libsonnet`
Expand Down