From 940505edec24d23fc7ae34d783c55d43e0dcb669 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 8 Jul 2017 20:27:26 +0100 Subject: [PATCH] Commands on settings --- assets/src/components/GlobalSettings.vue | 30 +++++++++++--- assets/src/utils/api.js | 46 ++++++++++++++++++++- http.go | 2 + settings.go | 51 ++++++++++++++++++++++++ 4 files changed, 122 insertions(+), 7 deletions(-) create mode 100644 settings.go diff --git a/assets/src/components/GlobalSettings.vue b/assets/src/components/GlobalSettings.vue index 4338cf5b..100b7b8e 100644 --- a/assets/src/components/GlobalSettings.vue +++ b/assets/src/components/GlobalSettings.vue @@ -6,7 +6,7 @@
  • Go to User Management
  • -
    +

    Commands

    Here you can set commands that are executed in the named events. You write one command @@ -14,10 +14,10 @@ file will be available with the path of the file.

    Before Save

    - +

    After Save

    - +

    @@ -27,6 +27,7 @@