summaryrefslogtreecommitdiffstats
path: root/gui/app/index.html
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2018-03-16 02:44:42 +0000
committerchenjiankun <chenjiankun1@huawei.com>2018-03-16 02:44:42 +0000
commit4b8f53542a6871c863fbaba16dd5e0e35cf05ce5 (patch)
treeed9175591b81fe3ce566bfaf8599d59d722c2bd2 /gui/app/index.html
parentc3f91fac56cd938c408c62ff44f5ff039b1fd8e6 (diff)
Add SUT page in GUI
JIRA: YARDSTICK-1076 We need to show SUT information in GUI. Change-Id: I885773894fc9f6aa5975b39383af1fdf1b88b8bb Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'gui/app/index.html')
-rw-r--r--gui/app/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/app/index.html b/gui/app/index.html
index d959b14d2..2ea1cabe7 100644
--- a/gui/app/index.html
+++ b/gui/app/index.html
@@ -93,6 +93,7 @@
<script src="scripts/controllers/detail.controller.js"></script>
<script src="scripts/controllers/image.controller.js"></script>
<script src="scripts/controllers/pod.controller.js"></script>
+ <script src="scripts/controllers/sut.controller.js"></script>
<script src="scripts/controllers/container.controller.js"></script>
<script src="scripts/controllers/testcase.controller.js"></script>
<script src="scripts/controllers/testcasedetail.controller.js"></script>