aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--catalog-ui/src/app/ng2/services/home.service.ts2
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,