From 85ecdcb0cb32cf7cbf2604ff47305fc653228734 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 1 May 2023 09:49:34 +0200 Subject: [PATCH] Removed entity icon loading animation. The animation has a big impact on page loading performance when the system includes a high number of entities that all need their loading animation to be render. --- .../http/webapp/src/components/panels/Entities/EntityIcon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue b/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue index bda31bd73..3a6902276 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue @@ -3,7 +3,7 @@ :class="{'with-color-fill': !!colorFill}" :title="prettify(entity.type || '')" :style="colorFillStyle"> - +