diff options
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.html | 2 |
1 files changed, 2 insertions, 0 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 1f816ea7..8d7e4482 100644 --- a/cvp/3rd_party/static/testapi-ui/components/results/results.html +++ b/cvp/3rd_party/static/testapi-ui/components/results/results.html @@ -1,3 +1,4 @@ +<div class="container-fluid common-main-container"> <h3>{{ctrl.pageHeader}}</h3> <p>{{ctrl.pageParagraph}}</p> <form class="form-inline" ng-show="ctrl.isUserResults"> @@ -94,6 +95,7 @@ <span class="sr-only">Error:</span> {{ctrl.error}} </div> +</div> <style> .button-disabled { |