diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-07-24 20:47:16 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-07-24 20:47:25 +0530 |
commit | bc30889259ef5469140e032535331eec3c3d242b (patch) | |
tree | 5e2554faadbb71c8d3dacc41e153aafad7e030b3 /cds-ui/client/src/app/common | |
parent | 06c38f1ae1e83103d615194fbaf3c55180bccb5d (diff) |
CDS Home menu change
Change-Id: I2db7428b81ef27c6b1004cff2d05c2320c560f74
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.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 | 14 |
1 files changed, 7 insertions, 7 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 ef6880d37..f73f0e863 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 @@ -37,18 +37,18 @@ limitations under the License. <mat-sidenav #drawer mode="side" [(opened)]="opened" (opened)="events.push('open!')" (closed)="events.push('close!')"> <mat-toolbar color="" primary>Menu</mat-toolbar> <mat-nav-list> - <!-- <a mat-list-item [routerLink]="['/blueprint']">Controller Blueprint</a> --> - <nav class="ng-tns-c12-2 ng-star-inserted"> - <!-- <button class="docs-nav-content-btn" cdkaccordionitem="" expanded="true" + <a mat-list-item [routerLink]="['/blueprint']">Controller Blueprint</a> + <!-- <nav class="ng-tns-c12-2 ng-star-inserted"> --> + <!-- <button class="docs-nav-content-btn" cdkaccordionitem="" expanded="true" aria-label="Form Controls, section toggle" aria-controls="panel-forms" aria-expanded="false">--> - <label>Controller Blueprint</label> - <!-- <mat-icon class="mat-icon notranslate material-icons mat-icon-no-color" role="img" aria-hidden="true"> + <!-- <label>Controller Blueprint</label> --> + <!-- <mat-icon class="mat-icon notranslate material-icons mat-icon-no-color" role="img" aria-hidden="true"> keyboard_arrow_down</mat-icon></button> --> - <ul> + <!-- <ul> <a mat-list-item [routerLink]="['/blueprint']">Create Blueprint</a> <a mat-list-item [routerLink]="['/']">Search Blueprint</a> </ul> - </nav> + </nav> --> <a mat-list-item [routerLink]="['/resource-definition']">Resource Definition</a> </mat-nav-list> </mat-sidenav> |