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
Update README
  • Loading branch information
Muhammad Shahzeb committed Oct 13, 2023
commit 3b51e828ade4c9d505ecd8acbcbb3186ae7eb4ee
9 changes: 5 additions & 4 deletions status-panels-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jb install https://github.com/grafana/jsonnet-libs/status-panels-lib
panelsWidth=8,
rowPositionY=10,
withRow=true,
)).panels.statusPanelsWithRow
)).panels.statusPanels
```

## Logs
Expand All @@ -53,7 +53,7 @@ jb install https://github.com/grafana/jsonnet-libs/status-panels-lib
panelsWidth=8,
rowPositionY=10,
withRow=true,
)).panels.statusPanelsWithRow
)).panels.statusPanels
```

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

Expand Down Expand Up @@ -156,7 +156,8 @@ local title = 'Status Panel Example';
panelsHeight=2,
panelsWidth=8,
rowPositionY=10,
)).panels.statusPanelsWithRow
withRow=true,
)).panels.statusPanels
)
}
}
Expand Down