diff options
author | KrupaNagabhushan <krupa.nagabhushan@est.tech> | 2023-01-31 13:08:51 +0000 |
---|---|---|
committer | KrupaNagabhushan <krupa.nagabhushan@est.tech> | 2023-01-31 13:08:51 +0000 |
commit | 42d3f9feb3884301f839b55c6ed9244f051daa06 (patch) | |
tree | b909fa24dea1bfe259cb9382c15cc589896e9a98 /catalog-ui | |
parent | 43cd9646d68ab0dda00b87206ff5f9a7c27487e7 (diff) |
Fix tiles on Home page always show model as SDC AID
Issue-ID: SDC-4362
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: Ie2fc8ec593536207f7ea7b9ba6042a0a828f7c10
Diffstat (limited to 'catalog-ui')
-rw-r--r-- | catalog-ui/src/app/ng2/services/home.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |