Load more than one panel

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/21346/head
Julius Härtl 4 years ago
parent 31a1494529
commit e6fb1b9878
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 4
      apps/dashboard/src/App.vue

@ -56,7 +56,7 @@ export default {
for (const app in this.callbacks) {
const element = this.$refs[app]
if (this.panels[app].mounted) {
return
continue
}
if (element) {
@ -97,7 +97,7 @@ export default {
display: flex;
justify-content: center;
flex-direction: row;
align-items: center;
align-items: flex-start;
flex-wrap: wrap;
}

Loading…
Cancel
Save