Skip to content

Commit ebe4bf3

Browse files
committed
Add loading indicator when cache data are refreshing
1 parent d651761 commit ebe4bf3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/Resources/app/administration/src/module/frosh-tools/component/frosh-tools-tab-cache

src/Resources/app/administration/src/module/frosh-tools/component/frosh-tools-tab-cache/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Component.register('frosh-tools-tab-cache', {
5757

5858
methods: {
5959
async createdComponent() {
60+
this.isLoading = true;
6061
this.cacheInfo = await this.FroshToolsService.getCacheInfo();
6162
this.isLoading = false;
6263
},

0 commit comments

Comments
 (0)