diff options
author | Swapnali Shadanan Pode <sp00501638@techmahindra.com> | 2019-10-09 12:58:08 +0530 |
---|---|---|
committer | Swapnali Shadanan Pode <sp00501638@techmahindra.com> | 2019-10-09 12:58:08 +0530 |
commit | 4af2bea1aa5e0207a3a61dc9dc72e7e2e65f3ec6 (patch) | |
tree | 13ff0ccf252a918218899b917b7a36a7e01cefcf /cds-ui/client/src/app/common/shared/components | |
parent | 809993fe658026f4cb953e49ab0331e2d4e5c8f8 (diff) |
Adding Controller catalog
Adding new component controller catalog
Change-Id: I30ce3498289320a1246d37089fb971c2f71ffe15
Issue-ID: CCSDK-810
Signed-off-by: Swapnali Shadanan Pode <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui/client/src/app/common/shared/components')
-rw-r--r-- | cds-ui/client/src/app/common/shared/components/home/home.component.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/common/shared/components/home/home.component.html b/cds-ui/client/src/app/common/shared/components/home/home.component.html index f73f0e863..beff353ef 100644 --- a/cds-ui/client/src/app/common/shared/components/home/home.component.html +++ b/cds-ui/client/src/app/common/shared/components/home/home.component.html @@ -1,6 +1,8 @@ <!-- ============LICENSE_START========================================== =================================================================== Copyright (C) 2018 IBM Intellectual Property. All rights reserved. + +Modifications Copyright (C) 2019 TechMahindra =================================================================== Unless otherwise specified, all software contained herein is licensed @@ -50,6 +52,7 @@ limitations under the License. </ul> </nav> --> <a mat-list-item [routerLink]="['/resource-definition']">Resource Definition</a> + <a mat-list-item [routerLink]="['/controller-catalog']">Controller Catalog</a> </mat-nav-list> </mat-sidenav> |