summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
diff options
context:
space:
mode:
authorEltanany Shaaban <shaaban.eltanany.ext@orange.com>2020-12-07 13:05:07 +0200
committerEltanany Shaaban <shaaban.eltanany.ext@orange.com>2020-12-07 13:05:07 +0200
commit79db126242bf59e396fa8859a2506002136d9352 (patch)
tree158b00c9f975e21d56b1f0e78c62f0b4056dbed9 /cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
parentd73b612b50a5e1fe877ce31e85328fa4bdd9c944 (diff)
Download package at designer header
Issue-ID: CCSDK-3026 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: If0729cdbb6d39f10e0d65a0664f555cc09252833
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
index 18ce515b5..96e4bda16 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
@@ -74,7 +74,7 @@
data-tooltip="Preview">
<i class="fa fa-eye"></i>
</a>
- <a href="#" role="button" aria-pressed="true" class="btn-topology-action float tooltip-bottom"
+ <a (click)="downloadPackage()" role="button" aria-pressed="true" class="btn-topology-action float tooltip-bottom"
data-tooltip="Download">
<i class="fa fa-download"></i>
</a>
@@ -348,4 +348,4 @@
</ng-sidebar>
-</ng-sidebar-container> \ No newline at end of file
+</ng-sidebar-container>