From 6d9c34f06f41b80401c7e1c6073fc5fd1cdd955e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 29 Apr 2023 18:20:41 +0200 Subject: [PATCH] Added VariableModal to set variables from the dashboard. --- .../src/components/panels/Entities/Index.vue | 65 +++++++- .../panels/Entities/VariableModal.vue | 145 ++++++++++++++++++ 2 files changed, 202 insertions(+), 8 deletions(-) create mode 100644 platypush/backend/http/webapp/src/components/panels/Entities/VariableModal.vue diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue index 699242e2..2a3ff901 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue @@ -7,10 +7,12 @@ -
- +
+ + + +
@@ -26,6 +28,7 @@ v-if="modalEntityId && entities[modalEntityId]" /> + No entities found
@@ -75,6 +78,8 @@ + +