Lazy-load dashboard widgets

This commit is contained in:
Raphael Michel
2019-08-12 12:19:02 +02:00
parent 9bdb715874
commit 5363f4206e
6 changed files with 139 additions and 67 deletions

View File

@@ -27,6 +27,16 @@
width: 25%;
}
.dashboard .widget-container.widget-lazy-loading {
text-align: center;
.fa-cog {
color: #ccc;
margin-top: 30px;
-webkit-animation: fa-spin 4s infinite linear;
animation: fa-spin 4s infinite linear;
}
}
.dashboard-panels .panel-heading .fa {
opacity: 0.5;
}