mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Load more than one panel
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
31a1494529
commit
e6fb1b9878
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue