summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/DataTable.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-23 03:15:18 +0100
committerUdo Walter2019-02-23 03:15:18 +0100
commita15823aca48f031f8c7ac8087c60a1c46a16a2f4 (patch)
tree189687552181ce0c2a34bf26be2abb920bb38771 /webapp/src/components/DataTable.vue
parent[webapp/datatable] fix filter by selected not working; add filtering indicator (diff)
downloadbas-a15823aca48f031f8c7ac8087c60a1c46a16a2f4.tar.gz
bas-a15823aca48f031f8c7ac8087c60a1c46a16a2f4.tar.xz
bas-a15823aca48f031f8c7ac8087c60a1c46a16a2f4.zip
[webapp/datatable] remove filtering indicator
Diffstat (limited to 'webapp/src/components/DataTable.vue')
-rw-r--r--webapp/src/components/DataTable.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/DataTable.vue b/webapp/src/components/DataTable.vue
index 38c5dc9..316da7b 100644
--- a/webapp/src/components/DataTable.vue
+++ b/webapp/src/components/DataTable.vue
@@ -144,7 +144,7 @@
</v-icon>
</div>
</div>
- <v-progress-linear v-if="filteringLoop.running || loading" :indeterminate="true" :height="2" style="margin: 0"></v-progress-linear>
+ <v-progress-linear v-if="loading" :indeterminate="true" :height="2" style="margin: 0"></v-progress-linear>
<div v-else class="header-separator"></div>
</div>
</template>