From de84a65a22077468793c5891353d06f17dc55817 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 1 May 2023 01:20:31 +0200 Subject: [PATCH] Show prettified entity type when hover the entity icon. --- .../http/webapp/src/components/panels/Entities/EntityIcon.vue | 3 +++ 1 file changed, 3 insertions(+) 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 257b2178f..bda31bd73 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue @@ -1,6 +1,7 @@