diff options
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/components/sut')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/components/sut/sut.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/components/sut/sut.html b/cvp/3rd_party/static/testapi-ui/components/sut/sut.html index d9692b87..3426894c 100644 --- a/cvp/3rd_party/static/testapi-ui/components/sut/sut.html +++ b/cvp/3rd_party/static/testapi-ui/components/sut/sut.html @@ -3,8 +3,9 @@ <link rel="stylesheet" href="testapi-ui/assets/css/combine.css" /> +<div class="container-fluid common-main-container"> <h2>Endpoints</h2> -<div class="results-table" style="margin-top:30px;overflow:scroll"> +<div class="results-table" style="margin-top:30px"> <table class="table table-striped table-hover"> <thead> <tr> @@ -27,7 +28,7 @@ <h2>Hosts</h2> <div ng-repeat="(host, info) in ctrl.sutData.hardware_info"> - <div class="results-table" style="margin-top:30px;overflow:scroll"> + <div class="results-table" style="margin-top:30px;"> <table class="table table-striped table-hover"> <tbody style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"> <tr ng-repeat="record in info"> @@ -38,3 +39,4 @@ </table> </div> </div> +</div> |