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 --- .../fusion/scripts/view-models/alarm-details.html | 99 ++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/alarm-details.html (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/alarm-details.html') diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/alarm-details.html b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/alarm-details.html new file mode 100644 index 00000000..96cf8460 --- /dev/null +++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/alarm-details.html @@ -0,0 +1,99 @@ + +
+

VNF Alarm 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{{startTIme}}
NFC Naming Code{{nfcNamingCode}}NF Naming Code{{nfNamingCode}}
+
+
+ + Detail Information + + + + + + + + + + + + + + + + + + + + +
Event Servrity{{eventServrity}}Event Source Type{{eventSourceType}}
Event Category{{eventCategory}}Alarm InterfaceA{{alarmInterfaceA}}
Alarm Condition{{alarmCondition}}Specific Problem{{specificProblem}}
+
+
+ + Additional Information + + + + + + + + + + +
Item NameItem Value
{{info.name}}{{info.value}}
+
+ +
\ No newline at end of file -- cgit 1.2.3-korg