diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-11-26 15:31:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-26 15:31:39 +0000 |
commit | 32b4021333213679c6a77ca50c9bba07e47c5b9b (patch) | |
tree | 74c6fae30d18f7011c9c2c24609e2647f5183442 /cds-ui/client-frankfurt/src/app/app.component.html | |
parent | adbbdf4f899833229f7244af91e4deb379a3a942 (diff) | |
parent | 6ee4d31800a68975294ef11156bea9a595b23adf (diff) |
Merge "add pacakges dashboard component to new cds ui"
Diffstat (limited to 'cds-ui/client-frankfurt/src/app/app.component.html')
-rw-r--r-- | cds-ui/client-frankfurt/src/app/app.component.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cds-ui/client-frankfurt/src/app/app.component.html b/cds-ui/client-frankfurt/src/app/app.component.html index 0680b43f9..693dba7c3 100644 --- a/cds-ui/client-frankfurt/src/app/app.component.html +++ b/cds-ui/client-frankfurt/src/app/app.component.html @@ -1 +1,7 @@ <router-outlet></router-outlet> +<!-- <app-header></app-header> +<div class="new-wrapper"> + <div class="container-fluid main-container"> + <router-outlet></router-outlet> + </div> +</div> --> |