From: KrupaNagabhushan Date: Tue, 31 Jan 2023 13:08:51 +0000 (+0000) Subject: Fix tiles on Home page always show model as SDC AID X-Git-Tag: 1.12.2~48 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=42d3f9feb3884301f839b55c6ed9244f051daa06;p=sdc.git Fix tiles on Home page always show model as SDC AID Issue-ID: SDC-4362 Signed-off-by: KrupaNagabhushan Change-Id: Ie2fc8ec593536207f7ea7b9ba6042a0a828f7c10 --- diff --git a/catalog-ui/src/app/ng2/services/home.service.ts b/catalog-ui/src/app/ng2/services/home.service.ts index c472aa80c1..787697ae75 100644 --- a/catalog-ui/src/app/ng2/services/home.service.ts +++ b/catalog-ui/src/app/ng2/services/home.service.ts @@ -36,7 +36,7 @@ export class HomeService { private api: IApi; private smallObjectAttributes = [ 'uniqueId', 'name', 'componentType', 'resourceType', 'lastUpdateDate', 'lifecycleState', 'distributionStatus', - 'icon', 'version' + 'icon', 'version', 'model' ]; constructor(private http: HttpClient,