Merge "Remove compass4nfv weekly danube job"
[releng.git] / utils / test / testapi / opnfv_testapi / ui / results-report / partials / fullTestListModal.html
1 <div class="modal-content">
2     <div class="modal-header">
3         <h4>All Passed Tests ({{modal.tests.length}})</h4>
4     </div>
5     <div class="modal-body tests-modal-content">
6          <div class="form-group">
7              <textarea class="form-control" rows="20" id="tests" wrap="off">{{modal.getTestListString()}}</textarea>
8          </div>
9     </div>
10     <div class="modal-footer">
11         <button class="btn btn-primary" type="button" ng-click="modal.close()">Close</button>
12     </div>
13 </div>