summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/components/results-report/partials/fullTestListModal.html
blob: 6db198b02f15bc74cb31e7e9b60d2a59b3c66b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="modal-content">
    <div class="modal-header">
        <h4>All Passed Tests ({{modal.tests.length}})</h4>
    </div>
    <div class="modal-body tests-modal-content">
         <div class="form-group">
             <textarea class="form-control" rows="20" id="tests" wrap="off">{{modal.getTestListString()}}</textarea>
         </div>
    </div>
    <div class="modal-footer">
        <button class="btn btn-primary" type="button" ng-click="modal.close()">Close</button>
    </div>
</div>