From ca914a71e7513b3d1e0d191f03cbed0e93d71fd0 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sat, 4 Jan 2025 07:35:48 -0600 Subject: [PATCH] A small change to layout --- .../app/admin/license/license.component.html | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/UI/Web/src/app/admin/license/license.component.html b/UI/Web/src/app/admin/license/license.component.html index 04eb53b5b..e00c3a695 100644 --- a/UI/Web/src/app/admin/license/license.component.html +++ b/UI/Web/src/app/admin/license/license.component.html @@ -126,7 +126,7 @@
@if (licenseInfo) {

{{t('info-title')}}

-
+
@if (isChecking) { @@ -140,7 +140,7 @@

{{t('info-title')}}

-
+
@@ -150,7 +150,7 @@

{{t('info-title')}}

-
+
{{licenseInfo.expirationDate | utcToLocalTime | defaultValue}} @@ -158,7 +158,7 @@

{{t('info-title')}}

-
+
{{licenseInfo.totalMonthsSubbed | number}} @@ -166,18 +166,19 @@

{{t('info-title')}}

- - - - - @if (showEmail) { - {{licenseInfo.registeredEmail}} - } @else { - *************** - } - - - +
+ + + + @if (showEmail) { + {{licenseInfo.registeredEmail}} + } @else { + *************** + } + + + +
}