diff options
author | shaaban Altanany <shaaban.eltanany.ext@orange.com> | 2020-01-29 11:28:00 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-02-02 19:29:57 +0000 |
commit | 74ee6be955fbfc6c82ef693dc9a142e058fbb833 (patch) | |
tree | 92b7a730035529a612b8c26b07335ecec65c891d /cds-ui/designer-client/src/app/modules/feature-modules/packages | |
parent | 7b1469e1883097ab0c2b4dc76f5307667482be2d (diff) |
add designer client build inside loopback server
Issue-ID: CCSDK-2067
Change-Id: I5acef65ee6703405b70708dd17a1be7acb808531
Signed-off-by: shaaban Altanany <shaaban.eltanany.ext@orange.com>
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages')
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html index 8bc7adf8c..f45b2fed7 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html @@ -7,7 +7,7 @@ </div> <div class="card-footer row"> <div class="col"> - <a href="/packages/createPackage" role="button" aria-pressed="true" class="btn-create-package float">Create Package + <a routerLink="/packages/createPackage" role="button" aria-pressed="true" class="btn-create-package float">Create Package </a> </div> <div class="col"> |