From 061314b5ea38cb500b8c92ed6f61abb248e1e558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Tue, 23 Feb 2021 16:11:19 +0200 Subject: [PATCH] Email license report --- .../src/app/app-config/app-config.service.ts | 1 + .../license-information-screen.component.html | 1 + .../license-information-screen.component.ts | 14 +++++++++++++- apps/red-ui/src/assets/config/config.json | 1 + apps/red-ui/src/assets/i18n/en.json | 10 +++++++++- 5 files changed, 25 insertions(+), 2 deletions(-) diff --git a/apps/red-ui/src/app/app-config/app-config.service.ts b/apps/red-ui/src/app/app-config/app-config.service.ts index ecb566606..789474ca6 100644 --- a/apps/red-ui/src/app/app-config/app-config.service.ts +++ b/apps/red-ui/src/app/app-config/app-config.service.ts @@ -20,6 +20,7 @@ export enum AppConfigKey { FRONTEND_APP_VERSION = 'FRONTEND_APP_VERSION', EULA_URL = 'EULA_URL', LICENSE_CUSTOMER = 'LICENSE_CUSTOMER', + LICENSE_EMAIL = 'LICENSE_EMAIL', LICENSE_START = 'LICENSE_START', LICENSE_END = 'LICENSE_END', LICENSE_PAGE_COUNT = 'LICENSE_PAGE_COUNT' diff --git a/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.html b/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.html index a49964d60..f9a399fd3 100644 --- a/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.html +++ b/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.html @@ -3,6 +3,7 @@
+