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