remove components out side of 3rd_party
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / components / results-report / partials / fullTestListModal.html
diff --git a/utils/test/testapi/3rd_party/static/testapi-ui/components/results-report/partials/fullTestListModal.html b/utils/test/testapi/3rd_party/static/testapi-ui/components/results-report/partials/fullTestListModal.html
deleted file mode 100644 (file)
index 6db198b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>