diff options
author | phani.y <yellela.nagaphanindra@huawei.com> | 2020-03-11 10:41:30 +0530 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2020-03-11 09:10:53 +0000 |
commit | 054995b9d10934b55e5be5a214f642b9c817baf0 (patch) | |
tree | 530eecd71d7b15627af1c0ca5a3ff56a017f37f6 /usecaseui-portal/src/app/views/services/sotn-management/manage-service | |
parent | b90be8714b9e5cf84ab3f0c9fe6d12a604450368 (diff) |
USECASEUI build failure issue
Issue-ID: USECASEUI-411
Signed-off-by: phani.y <yellela.nagaphanindra@huawei.com>
Change-Id: I879279fa9a5c527364d4c542e3d4cc0b80b9924c
Diffstat (limited to 'usecaseui-portal/src/app/views/services/sotn-management/manage-service')
-rw-r--r-- | usecaseui-portal/src/app/views/services/sotn-management/manage-service/manage-service.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/views/services/sotn-management/manage-service/manage-service.component.html b/usecaseui-portal/src/app/views/services/sotn-management/manage-service/manage-service.component.html index 3ed0bf51..167d3d95 100644 --- a/usecaseui-portal/src/app/views/services/sotn-management/manage-service/manage-service.component.html +++ b/usecaseui-portal/src/app/views/services/sotn-management/manage-service/manage-service.component.html @@ -16,7 +16,7 @@ <nz-form-label class="colm-s-1 lblCls" [nzSm]="6" [nzXs]="24" nzRequired nzFor="capacity">{{"i18nTextDefine_serviceInstance" | translate}}</nz-form-label> </td> <td> - <nz-select class="colm-s-2" id="serviceInstance" [(ngModel)]="selectedServiceInstance" (ngModelChange)="getSubscribedSites($event)" nzAllowClear + <nz-select class="colm-s-2" id="serviceInstance" [(ngModel)]="selectedServiceInstance" (ngModelChange)="getSubscribedSites()" nzAllowClear nzPlaceHolder="Choose"> <nz-option *ngFor="let option of serviceInstanceList" [nzValue]="option.serviceInstance" [nzLabel]="option.serviceInstancename"></nz-option> </nz-select> |