diff options
-rw-r--r-- | usecaseui-portal/src/app/views/services/services-list/services-list.component.ts | 2 | ||||
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts b/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts index 8b0f5ca1..b7864017 100644 --- a/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts +++ b/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts @@ -319,7 +319,7 @@ export class ServicesListComponent implements OnInit { item["tips"] = this.listSortMasters["operationTypes"].find((its) => { return its["sortCode"] == item["operationType"] && its["language"] == this.language })["sortValue"] + '\xa0\xa0\xa0' + item["status"]; - this.getTableData(); + // this.getTableData(); } } let id = item["nsInstanceId"] || item["service-instance-id"]; diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index 57def7b1..14089b0b 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -138,7 +138,7 @@ export const CORE_FORM_ITEMS = [ },
{
title: 'Non-shared',
- key: 'no-shared'
+ key: 'non-shared'
}
]
},
|