mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
fix(fe): disable view tabs during loading data
This commit is contained in:
parent
91b7c306b9
commit
3514323453
@ -88,12 +88,13 @@
|
||||
</v-toolbar>
|
||||
|
||||
<v-tabs show-arrows class="pl-4" v-model="viewTab">
|
||||
<v-tab :to="getViewUrl(null)">All</v-tab>
|
||||
<v-tab :to="getViewUrl(null)" :disabled="viewItemsLoading">All</v-tab>
|
||||
|
||||
<v-tab
|
||||
v-for="(view) in views"
|
||||
:key="view.id"
|
||||
:to="getViewUrl(view.id)"
|
||||
:disabled="viewItemsLoading"
|
||||
>{{ view.title }}
|
||||
</v-tab>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user