From 83c56f99f08810126fca49e291a9c3bc6000bb72 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Fri, 14 Feb 2020 10:53:56 +0800 Subject: feat: add toolTips to Forms of csmf slicing page Change-Id: I08b8785d1c318fc12918eabb21940701c0560fa2 Issue-ID: USECASEUI-368 Signed-off-by: cyuamber --- .../business-order/business-order.component.html | 122 ++++++++++++--------- 1 file changed, 70 insertions(+), 52 deletions(-) (limited to 'usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html') diff --git a/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html b/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html index 7b31b077..dc401089 100644 --- a/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html +++ b/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html @@ -1,55 +1,73 @@ - -
-
- - - {{ item.title }} - - - - - - - - - - - {{rulesText[i]}} - -
-
- - - - - - - - - - + +
+ + + + {{ item.title }} + + + + + + + + + + + + + {{rulesText[i]}} + + +
+
+ + + + + + + + + + +
-
- - -
- + + +
+ \ No newline at end of file -- cgit 1.2.3-korg