From 4b8f53542a6871c863fbaba16dd5e0e35cf05ce5 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Fri, 16 Mar 2018 02:44:42 +0000 Subject: Add SUT page in GUI JIRA: YARDSTICK-1076 We need to show SUT information in GUI. Change-Id: I885773894fc9f6aa5975b39383af1fdf1b88b8bb Signed-off-by: chenjiankun --- gui/app/views/container.html | 2 +- gui/app/views/layout/sideNav.html | 5 ++++- gui/app/views/sut.html | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 gui/app/views/sut.html (limited to 'gui/app/views') diff --git a/gui/app/views/container.html b/gui/app/views/container.html index b3d78bfb1..ea5902996 100644 --- a/gui/app/views/container.html +++ b/gui/app/views/container.html @@ -5,7 +5,7 @@

{{envName}} -- Container - +

diff --git a/gui/app/views/layout/sideNav.html b/gui/app/views/layout/sideNav.html index 6c4426307..2333d22d5 100644 --- a/gui/app/views/layout/sideNav.html +++ b/gui/app/views/layout/sideNav.html @@ -42,6 +42,9 @@
Container
+
+ SUT +
Others
@@ -151,4 +154,4 @@ .active.panel-body { background-color: #dfe3e4; } - \ No newline at end of file + diff --git a/gui/app/views/sut.html b/gui/app/views/sut.html new file mode 100644 index 000000000..8cf1fcd6c --- /dev/null +++ b/gui/app/views/sut.html @@ -0,0 +1,33 @@ + + +
+
+
+ +

{{envName}} -- SUT + + +

+ +

Hosts

+
+
+
+ + + + + + + +
{{ record[0] }}{{ record[1] }}
+
+
+
+
+ +
+ + + -- cgit