diff --git a/client/src/app/licensing/licensing.component.html b/client/src/app/licensing/licensing.component.html index 8cc2124..77ee761 100644 --- a/client/src/app/licensing/licensing.component.html +++ b/client/src/app/licensing/licensing.component.html @@ -5,7 +5,8 @@

- Licence key is invalid. We can't provide you more details at the moment + Licence key is invalid. We can't provide you more details at the + moment

- + Back to approvals list @@ -395,8 +392,8 @@
- Back to - submitted list + Back to submitted list
diff --git a/client/src/app/shared/user-nav-dropdown/header-actions.component.html b/client/src/app/shared/user-nav-dropdown/header-actions.component.html index 734dde1..e0e79a1 100644 --- a/client/src/app/shared/user-nav-dropdown/header-actions.component.html +++ b/client/src/app/shared/user-nav-dropdown/header-actions.component.html @@ -44,7 +44,11 @@ - + Documentation @@ -62,4 +66,4 @@
-
\ No newline at end of file +
diff --git a/client/src/app/shared/user-nav-dropdown/header-actions.component.ts b/client/src/app/shared/user-nav-dropdown/header-actions.component.ts index d598fc2..f18dbb5 100644 --- a/client/src/app/shared/user-nav-dropdown/header-actions.component.ts +++ b/client/src/app/shared/user-nav-dropdown/header-actions.component.ts @@ -10,7 +10,7 @@ import { Router } from '@angular/router' @Component({ selector: 'app-header-actions', templateUrl: './header-actions.component.html', - styleUrls: ['./header-actions.component.scss'], + styleUrls: ['./header-actions.component.scss'] }) export class HeaderActions implements OnInit, OnDestroy { public userName: string = 'Not logged in' diff --git a/client/src/app/system/system.component.html b/client/src/app/system/system.component.html index c1c038e..51b3c52 100644 --- a/client/src/app/system/system.component.html +++ b/client/src/app/system/system.component.html @@ -9,7 +9,9 @@ class="sys-info d-flex clr-justify-content-center clr-flex-column clr-flex-lg-row" >
-
Environment Details
+
+ Environment Details +

SYSSITE: {{ environmentInfo?.SYSSITE }}

@@ -75,7 +77,9 @@
-
Licence details
+
+ Licence details +

Valid until: {{ licenceInfo?.valid_until }} diff --git a/client/src/app/xlmap/xlmap.component.html b/client/src/app/xlmap/xlmap.component.html index 6d5587c..1e21039 100644 --- a/client/src/app/xlmap/xlmap.component.html +++ b/client/src/app/xlmap/xlmap.component.html @@ -94,13 +94,21 @@ }}

Rules Source: - + {{ rulesSource }}
Target dataset: - + {{ selectedXLMap.targetDS }}