From c08af8c4c3e312f64f65f2011a404e9fec2d3b78 Mon Sep 17 00:00:00 2001 From: "CITE\\amentis" Date: Wed, 18 Sep 2024 15:37:22 +0300 Subject: [PATCH] small ui fixes --- .../listing-item/description-listing-item.component.html | 2 +- .../overview/description-overview.component.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/ui/description/listing/listing-item/description-listing-item.component.html b/frontend/src/app/ui/description/listing/listing-item/description-listing-item.component.html index 06d4aeabb..2a4f80689 100644 --- a/frontend/src/app/ui/description/listing/listing-item/description-listing-item.component.html +++ b/frontend/src/app/ui/description/listing/listing-item/description-listing-item.component.html @@ -24,7 +24,7 @@ done{{ description.status.name }} create{{ description.status.name }} visibility{{ description.status.name }} - {{ description.status.name }} + {{ description.status.name }} . {{'DESCRIPTION-LISTING.GRANT' | translate}}: {{referenceService.getReferencesForTypesFirstSafe(description?.plan?.planReferences, [this.referenceTypeService.getGrantReferenceType()])?.reference?.label}} diff --git a/frontend/src/app/ui/description/overview/description-overview.component.html b/frontend/src/app/ui/description/overview/description-overview.component.html index e32a8b52e..ab4ebebcb 100644 --- a/frontend/src/app/ui/description/overview/description-overview.component.html +++ b/frontend/src/app/ui/description/overview/description-overview.component.html @@ -23,11 +23,11 @@

{{ enumUtils.toPlanUserRolesString(planService.getCurrentUserRolesInPlan(description?.plan?.planUsers)) }}

.
-
+
public {{'DESCRIPTION-OVERVIEW.PUBLIC' | translate}}
-
.
+
.
lock_outline {{'DESCRIPTION-OVERVIEW.LOCKED' | translate}} @@ -37,7 +37,7 @@ {{(isActive ? 'DESCRIPTION-OVERVIEW.EDITED' : 'DESCRIPTION-OVERVIEW.DELETED') | translate}} : {{description.updatedAt | dateTimeFormatter: "d MMMM y"}}
-
+
check {{'DESCRIPTION-OVERVIEW.FINALISED' | translate}}