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 00000000..33ca35a4 --- /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 00000000..4517f373 --- /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 00000000..763184f2 --- /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 baabc173..2f157c84 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 @@