aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
diff options
context:
space:
mode:
authorAhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>2020-04-08 15:59:21 +0200
committerDan Timoney <dtimoney@att.com>2020-04-09 15:41:30 +0000
commit49193c613eb3349dbd848eb2bf8b27d222a49aff (patch)
tree0eba1cc870f229b6702a8fc34b165cb9513dd7e1 /cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
parente58a0a90ab901e537cb85b2cca396216767923e0 (diff)
Fixnig file import in script, import and template&mapping.
Fixing routes redirect Issue-ID: CCSDK-2258 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Ibe9f4516884044adcea2e8e16ee59c4e1775120f (cherry picked from commit c78641087f481cb645096842a15efbb9feb77bfa)
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html3
1 files changed, 2 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 9322ee783..f33615dfe 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
@@ -92,7 +92,8 @@
</button>
</div>
<div class="col">
- <button type="button" class="btn btn-card-config">Configuration</button>
+ <button type="button" (click)="view(bluePrint.id)"
+ class="btn btn-card-config">Configuration</button>
</div>
</div>
</div>