diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-10-27 16:58:49 +0800 |
---|---|---|
committer | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-10-31 01:00:35 +0000 |
commit | 426aa0231af6cb1911ac7b6fbd36062e338af05a (patch) | |
tree | 26199aa442137d9783feb568bf07b57bc5829470 /testapi/opnfv_testapi/ui/results-report/partials/fullTestListModal.html | |
parent | 529b408c84abb20e3ac28f5d07fe485d9f55ac12 (diff) |
remove components out side of 3rd_party
components are implemented by TestAPI team, they are not the third
party code, put them under opnfv_testapi/ui directory
Change-Id: Ia0f5e2afe4bcb12bcb74d3a8d78fb28fe1432bec
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi/ui/results-report/partials/fullTestListModal.html')
-rw-r--r-- | testapi/opnfv_testapi/ui/results-report/partials/fullTestListModal.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/ui/results-report/partials/fullTestListModal.html b/testapi/opnfv_testapi/ui/results-report/partials/fullTestListModal.html new file mode 100644 index 0000000..6db198b --- /dev/null +++ b/testapi/opnfv_testapi/ui/results-report/partials/fullTestListModal.html @@ -0,0 +1,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> |