From 0db74a648b91d5affb32be5b5b3fa54e150710bb Mon Sep 17 00:00:00 2001 From: davsad Date: Thu, 23 Sep 2021 16:59:57 +0100 Subject: Add a display name for the category metadataKeys entries Issue-ID: SDC-3737 Signed-off-by: davsad Change-Id: Ia9547f02267fd380feeef6be6af10beadd30457b --- catalog-ui/src/app/models/category.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-ui/src/app/models/category.ts') diff --git a/catalog-ui/src/app/models/category.ts b/catalog-ui/src/app/models/category.ts index 7819aae2f1..502020a57b 100644 --- a/catalog-ui/src/app/models/category.ts +++ b/catalog-ui/src/app/models/category.ts @@ -51,6 +51,7 @@ export interface IGroup extends ICategoryBase { export interface IMetadataKey { name:string; + displayName:string; mandatory:boolean; validValues: string[]; defaultValue: string; -- cgit 1.2.3-korg