Skip to content

Commit 57bdea5

Browse files
author
Cookiezaurs
committed
[views] Ui fix for long initial views table load.
1 parent 2173d34 commit 57bdea5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/views/frontend/public/javascripts/countly.views.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,9 @@
362362
self.$store.dispatch('countlyViews/fetchTotals').then(function() {
363363
self.totalCards = self.calculateTotalCards();
364364
});
365+
this.$store.dispatch("countlyViews/fetchViewsMainTable", {"segmentKey": this.$store.state.countlyViews.selectedSegment, "segmentValue": this.$store.state.countlyViews.selectedSegmentValue}).then(function() {
366+
self.isTableLoading = false;
367+
});
365368

366369
},
367370
methods: {

0 commit comments

Comments
 (0)