From 7ccb238420f77552219a6dd3c9255a3103714e22 Mon Sep 17 00:00:00 2001 From: shentao Date: Mon, 13 Nov 2017 10:56:31 +0800 Subject: Fix monitor display bug Change-Id: I831bb8ec2197b1aa1acf99072edfa8c02cd22085 Issue-Id: USECASEUI-54 Signed-off-by: shentao --- .../scripts/view-models/performance-details.html | 248 +++++---------------- 1 file changed, 59 insertions(+), 189 deletions(-) (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-details.html') diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-details.html b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-details.html index 054b5f5f..61c2bc57 100644 --- a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-details.html +++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-details.html @@ -13,192 +13,62 @@ See the License for the specific language governing permissions and limitations under the License. --> - - -
-
-

Performance Details

-
-
- - -
-
-
-
-
CPU - -
-

-
-
-
-
-
Memory -
-

-
-
-
-
-
-
-
Disk -
-

-
-
-
-
-
Network -
-

-
-
-
-
-
- -
-
-
-
-
CPU -
-

-
-
-
-
-
Memory -
-

-
-
-
-
-
-
-
Disk -
-

-
-
-
-
-
Network -
-

-
-
-
-
-
- -
-
-
-
-
CPU -
-

-
-
-
-
-
Memory -
-

-
-
-
-
-
-
-
Disk -
-

-
-
-
-
-
Network -
-

-
-
-
-
-
- -
-
-
-
-
CPU -
-

-
-
-
-
-
Memory -
-

-
-
-
-
-
-
-
Disk -
-

-
-
-
-
-
Network -
-

-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file +
+

VNF Performance Data Details

+ + + + + +
+ Header Information + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Event Name{{eventName}}Event Id{{eventId}}
Source Id{{sourceId}}Source Name{{sourceName}}
Reporting Entity Id{{reportingEntityId}}Reporting Entity Name{{reportingEntityName}}
Priority{{priority}}Start Time{{createTime}}
NFC Naming Code{{nfcNamingCode}}NF Naming Code{{nfNamingCode}}
+
+
+ + Additional Information + + + + + + + + + + +
Item NameItem Value
{{info.name}}{{info.value}}
+
+ +
\ No newline at end of file -- cgit 1.2.3-korg