increased dashboard height using custom css
This commit is contained in:
@@ -415,7 +415,7 @@ data:
|
|||||||
widget:
|
widget:
|
||||||
type: iframe
|
type: iframe
|
||||||
src: https://grafana.dooplex.hu/d/adxgb7x/overview-dashboard?kiosk
|
src: https://grafana.dooplex.hu/d/adxgb7x/overview-dashboard?kiosk
|
||||||
classes: h-[500px] # adjust height as needed
|
classes: grafana-iframe
|
||||||
|
|
||||||
# Widgets configuration
|
# Widgets configuration
|
||||||
widgets.yaml: |
|
widgets.yaml: |
|
||||||
@@ -496,6 +496,10 @@ data:
|
|||||||
object-fit: contain !important;
|
object-fit: contain !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grafana-iframe {
|
||||||
|
height: 500px !important;
|
||||||
|
}
|
||||||
|
|
||||||
# Custom JS
|
# Custom JS
|
||||||
custom.js: ""
|
custom.js: ""
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user