commit | 04125edb757802320e61706242eaf231b19582b7 | [log] [tgz] |
---|---|---|
author | Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> | Sat Nov 07 19:11:20 2020 +0900 |
committer | Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> | Sat Nov 07 19:11:20 2020 +0900 |
tree | 24c3d9a3403f890436a784d5e8c79f8ef69e0dee | |
parent | ce4031d2189cba291ca4fd8bd7cdb130df6042b3 [diff] |
Fix import service csar label sticking out Changed the button label to be shorter Issue-ID: SDC-3371 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Change-Id: Icd5ceec9418f51bd21713701d25ac4a76d5a17ca
diff --git a/catalog-ui/src/app/ng2/pages/home/home.component.html b/catalog-ui/src/app/ng2/pages/home/home.component.html index 3bdf54e..0c2e41e 100644 --- a/catalog-ui/src/app/ng2/pages/home/home.component.html +++ b/catalog-ui/src/app/ng2/pages/home/home.component.html
@@ -52,7 +52,7 @@ *ngIf="roles[user.role].dashboard.showCreateNew" size="medium" type="secondary" - text="Import Service Csar" + text="Import Service" testId="importServicebutton" [extensions]="sdcConfig.csarFileExtension" (fileUpload)="onImportService($event)"