From 33e2879413a4aa978897bb7774fb41f402be1634 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 17 May 2023 10:41:02 +0200 Subject: [PATCH] Various UI improvements for the execute tab. --- README.md | 6 +-- .../src/components/panels/Execute/Index.vue | 42 ++++++++++++++++--- 2 files changed, 37 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index de42b148b..43865f820 100644 --- a/README.md +++ b/README.md @@ -641,11 +641,7 @@ of Platypush to your fingertips. ## Tests To run the tests simply run `pytest` either from the project root folder or the -`tests/` folder. Or run the following command from the project root folder: - -```shell -python -m tests -``` +`tests/` folder. --- 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 52a9a231f..15524330c 100644 --- a/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue @@ -21,7 +21,8 @@ @change="actionChanged=true" @blur="updateAction"> - @@ -66,11 +67,11 @@ -