diff options
author | soumendu <SA00498080@techmahindra.com> | 2019-01-18 16:37:44 +0530 |
---|---|---|
committer | soumendu <SA00498080@techmahindra.com> | 2019-01-18 16:37:44 +0530 |
commit | 8e43dce763031fe3ecb16ad099cb180f379d08c9 (patch) | |
tree | bc1240d10a5efc1d6624cd7f7f961ab97ba9dcc5 /cds-ui/client/src/app/common | |
parent | 22ca2adc867594e1c1fe9ff0b5750869e2eda282 (diff) |
CDS UI Data Dictionary Creation and Management
Directory Structure of CDS UI Data Dictionary
Change-Id: I21db0719ec625141b236dca5237a8be20a71e4d1
Issue-ID: CCSDK-804
Signed-off-by: soumendu <SA00498080@techmahindra.com>
Diffstat (limited to 'cds-ui/client/src/app/common')
-rw-r--r-- | cds-ui/client/src/app/common/shared/components/home/home.component.html | 2 |
1 files changed, 1 insertions, 1 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 1945338b6..e23263f9a 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 @@ -42,7 +42,7 @@ limitations under the License. <mat-toolbar color=""primary>Menu</mat-toolbar> <mat-nav-list> <a mat-list-item [routerLink]="['/blueprint']">Controlled Blueprint</a> - <a mat-list-item>Data dictionory</a> + <a mat-list-item [routerLink]="['/resource-definition']">Data dictionory</a> </mat-nav-list> </mat-sidenav> |