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:
Vendored
+9
@@ -69,6 +69,15 @@
|
||||
.width-c-70 {
|
||||
width: 70rem !important; }
|
||||
|
||||
.statusmap-pagination {
|
||||
margin-top: 5px; }
|
||||
.statusmap-pagination label {
|
||||
margin-right: 0px; }
|
||||
.statusmap-pagination input {
|
||||
margin-right: 0px; }
|
||||
.statusmap-pagination .last-in-group {
|
||||
margin-right: 4px; }
|
||||
|
||||
.pagination-buttons {
|
||||
text-align: right; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user