diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2018-03-16 02:44:42 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2018-03-16 02:44:42 +0000 |
commit | 4b8f53542a6871c863fbaba16dd5e0e35cf05ce5 (patch) | |
tree | ed9175591b81fe3ce566bfaf8599d59d722c2bd2 /gui/app/views/container.html | |
parent | c3f91fac56cd938c408c62ff44f5ff039b1fd8e6 (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/views/container.html')
-rw-r--r-- | gui/app/views/container.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div style="width:750px;"> <h3>{{envName}} -- Container - <!--<button class="btn btn-default" style="float:right">Go Next</button>--> + <button class="btn btn-default" ng-click="goNext()" style="float:right">Next</button> </h3> <!--<p>In this process, you can input your define openrc config or upload a openrc file</p>--> |