Logo styling, file upload bugfix and modules anchor bugfix
This commit is contained in:
@ -15,6 +15,11 @@
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="document-loading" v-if="pageLoad">
|
||||
<div>
|
||||
<i class="fas fa-spinner fa-pulse fa-7x"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex justify-content-end mb-3">
|
||||
<base-button
|
||||
type="success"
|
||||
@ -323,6 +328,10 @@ export default {
|
||||
translations: {
|
||||
type: [Object, Array],
|
||||
},
|
||||
|
||||
pageLoad: {
|
||||
type: [Boolean, String]
|
||||
}
|
||||
},
|
||||
|
||||
data() {
|
||||
|
Reference in New Issue
Block a user