summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/shared/components/home/home.component.html
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-07-08 14:45:35 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-08 14:45:35 +0000
commit09381a1444653580dadcc3774c426823964c0c54 (patch)
tree0fe710b48d0163cd0ab969622058353c0a5d38d9 /cds-ui/client/src/app/common/shared/components/home/home.component.html
parent2cb5994a00482c956069b28fab14394fbd936537 (diff)
parenta0a21c9e05a322eb511e70f3060184d407938f28 (diff)
Merge "Added Side Nav menu for search CBA"
Diffstat (limited to 'cds-ui/client/src/app/common/shared/components/home/home.component.html')
-rw-r--r--cds-ui/client/src/app/common/shared/components/home/home.component.html13
1 files changed, 12 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 f8cfc888e..ef6880d37 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,7 +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>
+ <!-- <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">
+ keyboard_arrow_down</mat-icon></button> -->
+ <ul>
+ <a mat-list-item [routerLink]="['/blueprint']">Create Blueprint</a>
+ <a mat-list-item [routerLink]="['/']">Search Blueprint</a>
+ </ul>
+ </nav>
<a mat-list-item [routerLink]="['/resource-definition']">Resource Definition</a>
</mat-nav-list>
</mat-sidenav>