summaryrefslogtreecommitdiffstats
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
committerAhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>2020-04-09 01:17:09 +0200
commitc78641087f481cb645096842a15efbb9feb77bfa (patch)
treeda8c58706ffd62f54adf0b71ec3e1482c1c1203d /cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
parentd9a7495e044404c062897697b637b1cbb3b91fcc (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
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>