diff options
author | phani.y <yellela.nagaphanindra@huawei.com> | 2020-04-02 14:28:19 +0530 |
---|---|---|
committer | phani.y <yellela.nagaphanindra@huawei.com> | 2020-04-02 14:28:19 +0530 |
commit | 3e630d9cb3500b0f5091ce6cbf0c2a71ad211b9b (patch) | |
tree | 7605c2014d289c2afe9fe52c781543853c7f33d4 /usecaseui-portal/src/app | |
parent | c67fdd8d12935a5f866929f6d024471b223db801 (diff) |
usecase ui changes
Issue-ID: USECASEUI-419
Signed-off-by: phani.y <yellela.nagaphanindra@huawei.com>
Change-Id: I4dd9c21ba250c01a103b4417e29ce7cbefabf1de
Diffstat (limited to 'usecaseui-portal/src/app')
-rw-r--r-- | usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.ts b/usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.ts index 4903b102..6ad98216 100644 --- a/usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.ts +++ b/usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.ts @@ -103,7 +103,6 @@ export class MonitorServiceComponent implements OnInit { //Get subscription instanceID by calling With Subscription Type getServiceInstanceList(subscriptionType) { - debugger this.serviceList = []; this.vpnBindingList = []; this.isdisabled = true; |