From 067fe18168fae8b5cf5ac211dcf1f52f476e8bb7 Mon Sep 17 00:00:00 2001 From: decheng zhang Date: Wed, 6 Oct 2021 21:07:43 -0400 Subject: Display CCVPN network topology and tunnel installation. Issue-ID: REQ-1103 Signed-off-by: decheng zhang Change-Id: Ia8ad763ef8cdd48238c1398bd6680cc8ea2d14d6 Signed-off-by: decheng zhang --- .../ccvpn-network/ccvpn-network.component.html | 82 +++++++++++++++++++--- 1 file changed, 71 insertions(+), 11 deletions(-) (limited to 'usecaseui-portal/src/app/views/network/ccvpn-network/ccvpn-network.component.html') diff --git a/usecaseui-portal/src/app/views/network/ccvpn-network/ccvpn-network.component.html b/usecaseui-portal/src/app/views/network/ccvpn-network/ccvpn-network.component.html index 48d01d36..c9e150fa 100644 --- a/usecaseui-portal/src/app/views/network/ccvpn-network/ccvpn-network.component.html +++ b/usecaseui-portal/src/app/views/network/ccvpn-network/ccvpn-network.component.html @@ -1,5 +1,6 @@ -

+

Network Topology:

-
+

There is not any terminal device can be used for configuration @@ -65,6 +76,55 @@

No network available

+
+
+ + + + Service Instance Id + Service Type + VLAN + Bandwidth + Status + + + + + + {{ data.id }} + Cloud Lease Line + {{ data.vlan }} + {{ data.bw }} + + Activated + + + + + +
+
+
-- cgit 1.2.3-korg