From b16af0a97f8f9d76c89037872ff829680780aeef Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 30 Apr 2022 16:39:37 +0200 Subject: [PATCH] Include entity `data` attributes in the entity info modal --- .../http/webapp/src/components/panels/Entities/Modal.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Modal.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Modal.vue index 1a2b608bb..18a847fc0 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Modal.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Modal.vue @@ -76,6 +76,13 @@
+
+
+
+
+
+
+
Created at