summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/components/results/results.html
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2018-01-22 02:11:31 +0000
committerLeo wang <grakiss.wanglei@huawei.com>2018-01-24 06:19:51 +0000
commit5dc6cab4205eb298f0494c3c0e9b887658793bcf (patch)
tree6cdc4d7a9fd4f22678d017e3616165f4de0ea944 /cvp/3rd_party/static/testapi-ui/components/results/results.html
parentd93377f9f84436d96d29f2b8dd1d8c7cd91adeb5 (diff)
Don't allow user change SUT version to None after submitting
We don't allow SUT version to be None when submitting test. So we also not allow user to change it to Nonw after submitting. In this patch, I also make the result table self-adaption. Change-Id: I5c391592dcbdbd9eb8697e44d7bb5dda41431bd6 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/components/results/results.html')
-rw-r--r--cvp/3rd_party/static/testapi-ui/components/results/results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/components/results/results.html b/cvp/3rd_party/static/testapi-ui/components/results/results.html
index f53023d9..719e6891 100644
--- a/cvp/3rd_party/static/testapi-ui/components/results/results.html
+++ b/cvp/3rd_party/static/testapi-ui/components/results/results.html
@@ -17,7 +17,7 @@
<div cg-busy="{promise:ctrl.authRequest,message:'Loading'}"></div>
<div cg-busy="{promise:ctrl.resultsRequest,message:'Loading'}"></div>
-<div ng-show="ctrl.data" class="results-table">
+<div ng-show="ctrl.data" class="results-table" style="width:100%;overflow-x:scroll">
<table ng-data="ctrl.data.result" ng-show="ctrl.data" class="table table-striped table-hover">
<thead>
<tr>