From aff5a655e2a1c34d0eb0f42bdf876a91e3750779 Mon Sep 17 00:00:00 2001 From: Emmy Leke Date: Thu, 22 Dec 2022 16:57:35 +0100 Subject: [PATCH] Add spinner when loading actionlog in admin --- client/web/admin/src/views/System/Actionlog/Index.vue | 11 +++++++++-- locale/en/corteza-webapp-admin/system.actionlog.yaml | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/client/web/admin/src/views/System/Actionlog/Index.vue b/client/web/admin/src/views/System/Actionlog/Index.vue index 157202bce..121fec281 100644 --- a/client/web/admin/src/views/System/Actionlog/Index.vue +++ b/client/web/admin/src/views/System/Actionlog/Index.vue @@ -98,6 +98,7 @@ hover class="mb-0 small" head-variant="light" + :busy="processing" :items="items" :fields="fields" tbody-tr-class="pointer" @@ -109,11 +110,10 @@
-
{{ $t('loading') }}
+ {{ $t('loading') }}