From: seshukm Date: Wed, 26 Feb 2020 08:38:32 +0000 (+0800) Subject: fix the issue with the alignment in the order service, added the SOTN table for UNI X-Git-Tag: 2.0.2~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a6b444ddefcb8c6106dd371b7c9a9ee986d102ae;p=usecase-ui.git fix the issue with the alignment in the order service, added the SOTN table for UNI Issue-ID: USECASEUI-387 Signed-off-by: seshukm Change-Id: Ibe9b54ab3fce8892e5c9dd7c2467d578e9f8ef5c --- diff --git a/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.html b/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.html index 4adf3747..a89ef1af 100644 --- a/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.html +++ b/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.html @@ -4,7 +4,7 @@ - + @@ -95,7 +95,7 @@
- Color Aware + {{ "i18nTextDefine_colorAware" | translate }} @@ -107,7 +107,7 @@ - Coupling Flag + {{ "i18nTextDefine_couplingFlag" | translate }} @@ -153,45 +153,45 @@
- VLAN + UNI
-
+
- TP ID + {{ "i18nTextDefine_terminationPoint" | translate }}
-
+
- +
- - +
+ - - + + + - - - - - - + + + + - - +
VLANTP IdUNI{{ "i18nTextDefine_terminationPoint" | translate }}{{ "i18nTextDefine_Action" | translate }}
{{ data.sotnuni_cVLAN }}{{ data.sotnuni_tpId }} - Delete -
{{data.sotnuni_cVLAN}}{{data.sotnuni_tpId}}{{ "i18nTextDefine_delete" | translate }}
+
+ No Data +
+
diff --git a/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less b/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less index 5ac5c07d..9ed34a53 100644 --- a/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less +++ b/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less @@ -57,3 +57,24 @@ nz-table color: var(--on-primary); } +.tableStyle { + width: 92%; + margin-left: 4%; + margin-right: 4%; + margin-top: 2%; + border: 2px solid lightgray; + + tr { + th { + color: white; + background: lightgray; + // text-align: center; + // margin: 5px; + padding: 12px 8px; + } + td { + // border: 1px solid lightgray; + padding: 12px 8px; + } + } +} \ No newline at end of file