From 290e9b481168cbb753758ffbe95765e77233ebd6 Mon Sep 17 00:00:00 2001 From: shentao Date: Mon, 18 Sep 2017 20:41:28 +0800 Subject: Upload source code of monitor pages Change-Id: I7fdb2239cebe69f990feafecb6460296aca04ead Issue-Id: USECASEUI-33 Signed-off-by: shentao --- .../app/uui/fusion/scripts/view-models/alarm.html | 62 +++++++++++++++++ .../uui/fusion/scripts/view-models/left-menu.html | 29 ++++++++ .../scripts/view-models/performance-details.html | 79 ++++++++++++++++++++++ .../fusion/scripts/view-models/performance.html | 41 +++++++++++ 4 files changed, 211 insertions(+) create mode 100644 usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/alarm.html create mode 100644 usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/left-menu.html create mode 100644 usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-details.html create mode 100644 usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models') diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/alarm.html b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/alarm.html new file mode 100644 index 00000000..b40e8520 --- /dev/null +++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/alarm.html @@ -0,0 +1,62 @@ + +
+

Alarm

+
+ + +
+ +
    +
  • cpu
  • +
  • state
  • +
  • memory
  • + +
+
    +
  • disk
  • +
  • Network
  • +
+
+
+
+
+ +
+
+
+
+
+
+

Another Table of Existing Users

+
+
+
+
+ +
+
+
+
+
+ + +
+ +
+ diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/left-menu.html b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/left-menu.html new file mode 100644 index 00000000..a67d8456 --- /dev/null +++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/left-menu.html @@ -0,0 +1,29 @@ +
+
+ +
+ +
+
+ +
+
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 new file mode 100644 index 00000000..a5ecfd06 --- /dev/null +++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-details.html @@ -0,0 +1,79 @@ + + + + +
+
+

Performance Details

+
+
+ + +
+
+
+
+
CPU
+

+
+
+
+
+
Memory
+

+
+
+
+
+
+
+
Disk
+

+
+
+
+
+
Network
+

+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
\ No newline at end of file diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html new file mode 100644 index 00000000..f2ae7b44 --- /dev/null +++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html @@ -0,0 +1,41 @@ +
+
+

Performance

+
+
+
+

Another Table of Existing Users

+
+
+
+ +
+
    +
  • cpu
  • +
  • state
  • +
  • memory
  • + +
+
    +
  • disk
  • +
  • Network
  • +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ + + + -- cgit 1.2.3-korg