From 6f2bdb527a482d24439450c5fd79be84aa3706f5 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Sun, 8 May 2022 15:09:08 +0200 Subject: [PATCH] fix ui --- app/views/console/functions/function.phtml | 91 +++++++++++----------- app/views/console/webhooks/webhook.phtml | 74 +++++++++--------- public/dist/scripts/app-all.js | 7 +- public/dist/scripts/app.js | 7 +- public/dist/styles/default-ltr.css | 2 +- public/dist/styles/default-rtl.css | 2 +- public/scripts/events.js | 27 ++++--- public/styles/comps/events.less | 6 +- 8 files changed, 117 insertions(+), 99 deletions(-) diff --git a/app/views/console/functions/function.phtml b/app/views/console/functions/function.phtml index 5db18ace95..ed0b12b215 100644 --- a/app/views/console/functions/function.phtml +++ b/app/views/console/functions/function.phtml @@ -489,7 +489,7 @@ foreach ($events as $name => $event) { -
  • +
  • Settings

    @@ -527,49 +527,20 @@ foreach ($events as $name => $event) {
    Max value is escape(number_format($timeout)); ?> seconds (escape((int) ($timeout / 60)); ?> minutes)
    -
    - - -
    +
    + + +
    @@ -647,6 +618,38 @@ foreach ($events as $name => $event) {
    +
  • diff --git a/app/views/console/webhooks/webhook.phtml b/app/views/console/webhooks/webhook.phtml index 327877bbc3..3032498da3 100644 --- a/app/views/console/webhooks/webhook.phtml +++ b/app/views/console/webhooks/webhook.phtml @@ -45,8 +45,9 @@ foreach ($events as $name => $event) { -
    -
    +
    +

    Settings

    +
    @@ -86,42 +87,13 @@ foreach ($events as $name => $event) { -
    - -