From 817390e74ff1aefebc1d5ed5853d9d95ff283a99 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Mon, 9 Dec 2019 16:02:57 +0800 Subject: feat:add slicing business tableList of monitor 5g page Change-Id: I28bf171c279dfb2e109f4a7a1b72cda4fbc6c959 Issue-ID: USECASEUI-370 Signed-off-by: cyuamber --- .../fcaps/monitor-5g/monitor-5g.component.html | 57 ++++++++++++++++++++-- 1 file changed, 54 insertions(+), 3 deletions(-) (limited to 'usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.html') diff --git a/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.html b/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.html index 951eb5e7..74a88dc7 100644 --- a/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.html +++ b/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.html @@ -1,3 +1,54 @@ -

- monitor-5g works! -

+
+
+
+ +
+
+
+
+ + + + Service Instance Id + Service Instance Name + Service Type + S-NSSAI + Status + + + + + + {{ data.service_instance_id }} + {{ data.service_instance_name }} + {{ data.service_type }} + {{ data.service_snssai }} + + {{ data.orchestration_status }} + + + + + +
+
+
\ No newline at end of file -- cgit 1.2.3-korg