From 9f6d81592c6c87aa89762e52935ccfffc2c6e030 Mon Sep 17 00:00:00 2001 From: Ludek <13610612+ludeknovy@users.noreply.github.com> Date: Tue, 9 Feb 2021 22:36:12 +0100 Subject: [PATCH] external notifications (#86) --- src/app/administration/administration.css | 10 --- .../api-token/api-keys.component.html | 10 +-- .../projects/administration.component.html | 10 +-- .../administration/users/users.component.html | 8 +- src/app/app.module.ts | 8 ++ src/app/dashboard/dashboard.component.css | 7 -- src/app/dashboard/dashboard.component.html | 10 +-- src/app/items.service.model.ts | 7 ++ src/app/notification/notification-messages.ts | 8 ++ src/app/scenario-api.service.ts | 18 ++++- src/app/scenario.service.ts | 9 +++ ...dd-new-external-notification.component.css | 0 ...d-new-external-notification.component.html | 44 +++++++++++ ...ew-external-notification.component.spec.ts | 29 +++++++ ...add-new-external-notification.component.ts | 77 +++++++++++++++++++ ...delete-external-notification.component.css | 0 ...elete-external-notification.component.html | 25 ++++++ ...te-external-notification.component.spec.ts | 29 +++++++ .../delete-external-notification.component.ts | 58 ++++++++++++++ .../external-notification.component.css | 13 ++++ .../external-notification.component.html | 63 +++++++++++++++ .../external-notification.component.spec.ts | 35 +++++++++ .../external-notification.component.ts | 47 +++++++++++ src/app/scenario/scenario.component.html | 17 ++-- src/app/scenario/scenario.component.scss | 7 -- src/app/scenario/scenario.component.spec.ts | 4 +- src/app/scenario/scenario.component.ts | 1 - src/styles.scss | 9 +++ 28 files changed, 507 insertions(+), 56 deletions(-) create mode 100644 src/app/scenario/external-notification/add-new-external-notification/add-new-external-notification.component.css create mode 100644 src/app/scenario/external-notification/add-new-external-notification/add-new-external-notification.component.html create mode 100644 src/app/scenario/external-notification/add-new-external-notification/add-new-external-notification.component.spec.ts create mode 100644 src/app/scenario/external-notification/add-new-external-notification/add-new-external-notification.component.ts create mode 100644 src/app/scenario/external-notification/delete-external-notification/delete-external-notification.component.css create mode 100644 src/app/scenario/external-notification/delete-external-notification/delete-external-notification.component.html create mode 100644 src/app/scenario/external-notification/delete-external-notification/delete-external-notification.component.spec.ts create mode 100644 src/app/scenario/external-notification/delete-external-notification/delete-external-notification.component.ts create mode 100644 src/app/scenario/external-notification/external-notification.component.css create mode 100644 src/app/scenario/external-notification/external-notification.component.html create mode 100644 src/app/scenario/external-notification/external-notification.component.spec.ts create mode 100644 src/app/scenario/external-notification/external-notification.component.ts diff --git a/src/app/administration/administration.css b/src/app/administration/administration.css index e2b3bf6e..30922844 100644 --- a/src/app/administration/administration.css +++ b/src/app/administration/administration.css @@ -22,15 +22,6 @@ a { font-size: 12px; } -.head { - font-size: 12px; - padding-bottom: 5px; - border-top: 0px; - width: 30rem; - height: 43px; - color: #343a40; -} - .card-body { padding: 0px; } @@ -65,7 +56,6 @@ a { th { padding-left: 20px; - color: #888888c7; } td { diff --git a/src/app/administration/api-token/api-keys.component.html b/src/app/administration/api-token/api-keys.component.html index 641d2618..ed8527a8 100644 --- a/src/app/administration/api-token/api-keys.component.html +++ b/src/app/administration/api-token/api-keys.component.html @@ -15,11 +15,11 @@
token | -description | -created at | -created by | -+ | token | +description | +created at | +created by | +
---|
project name | -number of launches | -number of scenarios | -last run | -+ | project name | +number of launches | +number of scenarios | +last run | +
---|
username | -create date | -# of tokens | -+ | username | +create date | +# of tokens | +
---|
scenario | -project name | -environment | -start time | -status | +scenario | +project name | +environment | +start time | +status |
---|
+ |
|
- + |
|
- + |
|
- + |
|
- + |
|
- + |
|
- + |
|
- + |
|
---|