summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-03-07 21:29:48 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-03-07 21:29:59 +0530
commit53609a8d28e1ca0566c01ca1c8fa325be205c656 (patch)
tree32b2abd6720765dbee2598b02f839f5554552733 /cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html
parent7e06008a45d6767919fccdffb6d95e591a78a680 (diff)
TOSCA Metadata
Code to fetch the b;ueprint name from tosca.meta file Issue-ID: CCSDK-1112 Change-Id: I166e5f1c2cb210de100eaf7b8f1195cdbe7d1488 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html
index b6cd90286..bb00d7f1a 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html
+++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html
@@ -19,7 +19,7 @@ limitations under the License.
============LICENSE_END============================================
-->
<div>
- <input type="file" accept=".json" (change)="fileChanged($event)">
+ <input type="file" accept=".zip" (change)="fileChanged($event)">
</div>
<div>
<button mat-button matStepperNext class="matStepNextBtn" (click)="updateBlueprintState()">Upload</button>