mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
feat: pagination
Continuation of PR #93. - reworked layout for pagination controls on graph - use BucketMatrixPager for pagination logic and state
This commit is contained in:
@@ -102,6 +102,20 @@
|
||||
width: 70.0rem!important
|
||||
}
|
||||
|
||||
.statusmap-pagination {
|
||||
// space between legend and pagination controls
|
||||
margin-top: 5px;
|
||||
label {
|
||||
margin-right:0px;
|
||||
}
|
||||
input {
|
||||
margin-right: 0px;
|
||||
}
|
||||
.last-in-group {
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.pagination-buttons{text-align: right;}
|
||||
|
||||
.status-heatmap-legend-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user