From 04125edb757802320e61706242eaf231b19582b7 Mon Sep 17 00:00:00 2001 From: Satoshi Fujii Date: Sat, 7 Nov 2020 19:11:20 +0900 Subject: Fix import service csar label sticking out Changed the button label to be shorter Issue-ID: SDC-3371 Signed-off-by: Satoshi Fujii Change-Id: Icd5ceec9418f51bd21713701d25ac4a76d5a17ca --- catalog-ui/src/app/ng2/pages/home/home.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/src/app/ng2') 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 3bdf54e694..0c2e41eb11 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)" -- cgit 1.2.3-korg