From f23ed2484b1a51ed11e6d0b104f3c31f63ab8b45 Mon Sep 17 00:00:00 2001 From: seshukm Date: Mon, 24 Feb 2020 21:19:03 +0800 Subject: change for the slice mgmt UI Issue-ID: USECASEUI-387 Signed-off-by: seshukm Change-Id: I57de2b33bc10b2c60c9c7054e4e3a35580bada79 --- .../order-service/order-service.component.html | 204 +++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.html (limited to 'usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.html') 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 new file mode 100644 index 00000000..4adf3747 --- /dev/null +++ b/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.html @@ -0,0 +1,204 @@ +
+ + + + + + + + + + + + {{data.name | translate}} + + + +
+ +
+
+
+
+ + {{ "i18nTextDefine_Name" | translate}} + + + + +
+
+ + {{ "i18nTextDefine_Description" | translate}} + + + + +
+
+
+
+
+ +
+
+
+
+ + {{ "i18nTextDefine_Name" | translate}} + + + + + + {{ "i18nTextDefine_Description" | translate}} + + + + + + COS + + + + + + Dual Link + + + + + + Tenant ID + + + + + + VPN Type + + + + + + CBS + + + + + + EBS + + + + +
+
+ + Color Aware + + + + + + Re-route + + + + + + Coupling Flag + + + + + + CIR + + + + + + Strat Time + + + + + + End Time + + + + + + EIR + + + + + + SLS + + + + +
+
+
+
+
+ +
+
+
+
+ + VLAN + + + + +
+
+ + TP ID + + + + +
+
+ + + + + +
+
+ + + + VLAN + TP Id + + + + + {{ data.sotnuni_cVLAN }} + {{ data.sotnuni_tpId }} + + Delete + + + + +
+
+
+
+ + +
+ +
+
\ No newline at end of file -- cgit 1.2.3-korg