mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Basic loading state for slow dashboards
This commit is contained in:
@@ -276,3 +276,14 @@ div.flot-text {
|
||||
.panel-full-edit {
|
||||
padding-top: $dashboard-padding;
|
||||
}
|
||||
|
||||
.dashboard-loading {
|
||||
height: 60vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.dashboard-loading__text {
|
||||
font-size: $font-size-lg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user