diff --git a/platypush/backend/http/webapp/src/components/elements/RestartButton.vue b/platypush/backend/http/webapp/src/components/elements/RestartButton.vue new file mode 100644 index 000000000..33ca35a43 --- /dev/null +++ b/platypush/backend/http/webapp/src/components/elements/RestartButton.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/platypush/backend/http/webapp/src/components/elements/StopButton.vue b/platypush/backend/http/webapp/src/components/elements/StopButton.vue new file mode 100644 index 000000000..4517f3737 --- /dev/null +++ b/platypush/backend/http/webapp/src/components/elements/StopButton.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/platypush/backend/http/webapp/src/components/panels/Settings/Application.vue b/platypush/backend/http/webapp/src/components/panels/Settings/Application.vue new file mode 100644 index 000000000..763184f2a --- /dev/null +++ b/platypush/backend/http/webapp/src/components/panels/Settings/Application.vue @@ -0,0 +1,47 @@ + + + + + diff --git a/platypush/backend/http/webapp/src/components/panels/Settings/Index.vue b/platypush/backend/http/webapp/src/components/panels/Settings/Index.vue index baabc173a..2f157c847 100644 --- a/platypush/backend/http/webapp/src/components/panels/Settings/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Settings/Index.vue @@ -1,6 +1,7 @@