From 4c1173fd6d79beeb25b740f1865bb04fb0384946 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Wed, 11 Dec 2019 16:55:18 +0800 Subject: feat: add some i18n resource Change-Id: I29c18f62adebd0582de1641f9dea45f0ca104599 Issue-ID: USECASEUI-370 Signed-off-by: cyuamber --- .../nsi-model/nsi-model.component.html | 125 +++++++++----------- .../nsi-table/nsi-table.component.html | 54 ++++----- .../nssi-model/nssi-model.component.html | 58 +++++----- .../nssi-table/nssi-table.component.html | 58 ++++------ .../slicing-business-model.component.html | 65 +++++------ .../slicing-business-table.component.html | 104 ++++++++--------- .../check-process-model.component.html | 2 +- .../subnet-params-model.component.html | 127 ++++++--------------- 8 files changed, 237 insertions(+), 356 deletions(-) (limited to 'usecaseui-portal') diff --git a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.html b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.html index c6f41171..9de2b88d 100644 --- a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.html +++ b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.html @@ -1,70 +1,59 @@ - - - - - Service Instance Id - Service Instance Name - Service Type - S-NSSAI - Status - Detail - - - - - - {{ data.service_instance_id }} - {{ data.service_instance_name }} - {{ data.service_type }} - {{ data.service_snssai }} - {{ data.orchestration_status }} - - detail - - - - - - - - - - - Service Instance Id - Service Instance Name - Service Type - Environment Context - Status - Detail - - - - - - {{ data.service_instance_id }} - {{ data.service_instance_name }} - {{ data.service_type }} - {{ data.environment_context }} - {{ data.orchestration_status }} - - detail - - - - - - + + + + + Service Instance Id + Service Instance Name + Service Type + S-NSSAI + Status + Detail + + + + + + {{ data.service_instance_id }} + {{ data.service_instance_name }} + {{ data.service_type }} + {{ data.service_snssai }} + {{ data.orchestration_status }} + + View Detail + + + + + + + + + + + Service Instance Id + Service Instance Name + Service Type + Environment Context + Status + Detail + + + + + + {{ data.service_instance_id }} + {{ data.service_instance_name }} + {{ data.service_type }} + {{ data.environment_context }} + {{ data.orchestration_status }} + + View Detail + + + + + + \ No newline at end of file diff --git a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-table/nsi-table.component.html b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-table/nsi-table.component.html index f6291624..d4fad072 100644 --- a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-table/nsi-table.component.html +++ b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-table/nsi-table.component.html @@ -3,46 +3,36 @@
Status : + (ngModelChange)="getListOfProcessingStatus()">
- + - - Service Instance Id - Service Instance Name - Service Type - Status - Detail - - - - - {{ data.service_instance_id }} - {{ data.service_instance_name }} - {{ data.service_type }} - {{data.orchestration_status}} - - detail - + Service Instance Id + Service Instance Name + Service Type + Status + Detail - + + + + + {{ data.service_instance_id }} + {{ data.service_instance_name }} + {{ data.service_type }} + {{data.orchestration_status}} + + View Detail + + +
diff --git a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nssi-management/nssi-model/nssi-model.component.html b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nssi-management/nssi-model/nssi-model.component.html index a5da344e..14806304 100644 --- a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nssi-management/nssi-model/nssi-model.component.html +++ b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nssi-management/nssi-model/nssi-model.component.html @@ -1,34 +1,28 @@ - - - - - Service Instance Id - Service Instance Name - Service Type - Status - Detail - - - - - - {{ data.service_instance_id }} - {{ data.service_instance_name }} - {{ data.service_type }} - {{ data.orchestration_status }} - - detail - - - - - - + + + + + Service Instance Id + Service Instance Name + Service Type + Status + Detail + + + + + + {{ data.service_instance_id }} + {{ data.service_instance_name }} + {{ data.service_type }} + {{ data.orchestration_status }} + + View Detail + + + + + + \ No newline at end of file diff --git a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nssi-management/nssi-table/nssi-table.component.html b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nssi-management/nssi-table/nssi-table.component.html index 82e02b24..0b133d86 100644 --- a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nssi-management/nssi-table/nssi-table.component.html +++ b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nssi-management/nssi-table/nssi-table.component.html @@ -3,48 +3,38 @@
Status : + (ngModelChange)="getListOfProcessingStatus()">
- + - - Service Instance Id - Service Instance Name - Service Type - Environment Context - Status - Detail - - - - - {{ data.service_instance_id }} - {{ data.service_instance_name }} - {{ data.service_type }} - {{data.environment_context}} - {{data.orchestration_status}} - - detail - + Service Instance Id + Service Instance Name + Service Type + Environment Context + Status + Detail - + + + + + {{ data.service_instance_id }} + {{ data.service_instance_name }} + {{ data.service_type }} + {{data.environment_context}} + {{data.orchestration_status}} + + View Detail + + +
diff --git a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-model/slicing-business-model.component.html b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-model/slicing-business-model.component.html index 5a11ab1d..585f6795 100644 --- a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-model/slicing-business-model.component.html +++ b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-model/slicing-business-model.component.html @@ -1,40 +1,31 @@ - - + + - - - - Service Instance Id - Service Instance Name - Service Type - Status - Detail - - - - - - {{ data.nsi_id }} - {{ data.nsi_name }} - {{ data.nsi_type }} - {{ data.nsi_orchestration-status }} - - detail - - - - - - + + + + Service Instance Id + Service Instance Name + Service Type + Status + Detail + + + + + + {{ data.nsi_id }} + {{ data.nsi_name }} + {{ data.nsi_type }} + {{ data.nsi_orchestration_status }} + + View Detail + + + + + + \ No newline at end of file diff --git a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-table/slicing-business-table.component.html b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-table/slicing-business-table.component.html index a8d2407c..998ae287 100644 --- a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-table/slicing-business-table.component.html +++ b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-table/slicing-business-table.component.html @@ -3,74 +3,60 @@
Status : + (ngModelChange)="getListOfProcessingStatus()">
- + - - Service Instance Id - Service Instance Name - Service Type - S-NSSAI - Status - Aciton - Detail - + + Service Instance Id + Service Instance Name + Service Type + S-NSSAI + Status + Aciton + Detail + - - - {{ data.service_instance_id }} - {{ data.service_instance_name }} - {{ data.service_type }} - {{ data.service_snssai }} - + + + {{ data.service_instance_id }} + {{ data.service_instance_name }} + {{ data.service_type }} + {{ data.service_snssai }} + - - {{ data.last_operation_progress !== 100?data.last_operation_type+'   '+data.last_operation_progress+'%':data.orchestration_status }} - - - - - - - - - - - - - detail - - - + + {{ data.last_operation_progress !== 100?data.last_operation_type+'   '+data.last_operation_progress+'%':data.orchestration_status }} + + + + + + + + + + + + + + View Detail + + +
diff --git a/usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/check-process-model/check-process-model.component.html b/usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/check-process-model/check-process-model.component.html index c5bb47b3..376d1770 100644 --- a/usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/check-process-model/check-process-model.component.html +++ b/usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/check-process-model/check-process-model.component.html @@ -12,7 +12,7 @@ [NSTinfo]="NSTinfo" > - + +
- {{ item.title }} - - - + {{ item.title }} + + +
- - + - + (ngModelChange)=" handleChangeSelected(area, item) "> + + - -
@@ -72,58 +37,34 @@ - {{ item.title }} - + {{ item.title }} + - +
- {{ item.title }} - + {{ item.title }} + - - - + *ngIf=" item.title !== 'Resource Sharing Level' && item.title !== 'Mobility' " /> + + - - + + +
- + \ No newline at end of file -- cgit 1.2.3-korg