From 2af304f4780eadc61032515722c9a990f9917bde Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 10 Oct 2023 00:40:20 +0200 Subject: [PATCH] Replaced radio buttons on the `Execute` panel with buttons. --- .../src/components/panels/Execute/Index.vue | 183 +++++++++--------- 1 file changed, 90 insertions(+), 93 deletions(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue b/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue index 9322d8583..d7cd99978 100644 --- a/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue @@ -3,16 +3,18 @@
Execute Action
-
-
- - - - -
+ + + Structured + + + + Raw + + + +
@@ -32,7 +34,8 @@
@@ -41,64 +44,71 @@
-
-
-
- - -
-
- Attribute:
-
- -
- - -
-
-
- -
-
- - - -
-
- -
- -
+
+
+   + Arguments
-
-
- Attribute:
+
+
+
+ + +
+
+ Attribute:
+
+ +
+ + +
+
+
+ +
+
+ + + +
+
+ +
+ +
-
- - +
+
+ Attribute:
+
+ +
+ + +
@@ -143,7 +153,7 @@
-
+
Execute Procedure
@@ -176,12 +186,14 @@