diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-05 16:09:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-05 16:09:07 +0000 |
commit | 4ca59f42b60d2aa653f53e4e5887bdfdcef161f9 (patch) | |
tree | ca203fd7947ecf0a44c043db021be2972e251ecb /cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html | |
parent | 35a56c0a3fcf54aa8862b157bb6732522661fc80 (diff) | |
parent | 747524c37cd8156c585209463567b5d320417e99 (diff) |
Merge "Application name input to CBAWizard"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html b/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html index 199ddf907..df6cc7363 100644 --- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html +++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html @@ -18,6 +18,6 @@ * ============LICENSE_END========================================================= */--> -<app-cbawizard></app-cbawizard> +<app-cbawizard [appName]="appName"></app-cbawizard> <router-outlet></router-outlet> |