File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
contentcuration/contentcuration/frontend/settings/pages/Storage Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 47
47
</KFixedGridItem >
48
48
</template >
49
49
</KFixedGrid >
50
- <LoadingText v-else />
50
+ <div
51
+ v-else
52
+ class =" circular-loader"
53
+ >
54
+ <KCircularLoader size =" 70" />
55
+ </div >
51
56
52
57
<h2 ref =" requestheader" >
53
58
{{ $tr('requestMoreSpaceHeading') }}
87
92
import { fileSizeMixin , constantsTranslationMixin } from ' shared/mixins' ;
88
93
import { ContentKindsList , ContentKindsNames } from ' shared/leUtils/ContentKinds' ;
89
94
import theme from ' shared/vuetify/theme' ;
90
- import LoadingText from ' shared/views/LoadingText' ;
91
95
92
96
export default {
93
97
name: ' Storage' ,
94
- components: { LoadingText, RequestForm },
98
+ components: { RequestForm },
95
99
mixins: [fileSizeMixin, constantsTranslationMixin],
96
100
data () {
97
101
return {
177
181
}
178
182
}
179
183
184
+ .circular-loader {
185
+ padding : 24px ;
186
+ }
187
+
180
188
</style >
You can’t perform that action at this time.
0 commit comments