From f3c5c2fdfa8e8baba7d8e96455b350e17a63c3e7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 18 Oct 2023 23:52:49 +0200 Subject: [PATCH] [Extensions UI] Added `RestartButton` to the `Install` tab. It should be possible to easily restart the service after installing the dependencies for a new integration. --- .../webapp/src/components/panels/Extensions/Install.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Extensions/Install.vue b/platypush/backend/http/webapp/src/components/panels/Extensions/Install.vue index bc664b61..5b174f53 100644 --- a/platypush/backend/http/webapp/src/components/panels/Extensions/Install.vue +++ b/platypush/backend/http/webapp/src/components/panels/Extensions/Install.vue @@ -12,6 +12,7 @@
+