mirror of
https://github.com/directus/directus.git
synced 2026-01-28 11:38:11 -05:00
Add loading state to presets table
This commit is contained in:
@@ -38,7 +38,13 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div class="presets-browse">
|
<div class="presets-browse">
|
||||||
<v-info center type="warning" v-if="presets.length === 0" :title="$t('no_presets')" icon="bookmark">
|
<v-info
|
||||||
|
center
|
||||||
|
type="warning"
|
||||||
|
v-if="!loading && presets.length === 0"
|
||||||
|
:title="$t('no_presets')"
|
||||||
|
icon="bookmark"
|
||||||
|
>
|
||||||
{{ $t('no_presets_copy') }}
|
{{ $t('no_presets_copy') }}
|
||||||
|
|
||||||
<template #append>
|
<template #append>
|
||||||
|
|||||||
Reference in New Issue
Block a user