summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/index.html
diff options
context:
space:
mode:
authorthuva4 <tharma.thuva@gmail.com>2018-01-29 17:08:17 +0530
committerthuva4 <tharma.thuva@gmail.com>2018-02-06 21:13:52 +0530
commit5e37774a35b9bff0a8c5c6c81f34e8075531c3a0 (patch)
treef5d5a1ae28ddbf8571ebf9cea0680adb1a85edf4 /testapi/opnfv_testapi/ui/index.html
parente6afa4d647a48736fb6645618d773de1c544bbd6 (diff)
Add deploy results
Create view and controller for deploy results Add tests for deploy results Change-Id: Iba29e7a867d45aacd18a26dc4e2d9363cdf8928d Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/opnfv_testapi/ui/index.html')
-rw-r--r--testapi/opnfv_testapi/ui/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/ui/index.html b/testapi/opnfv_testapi/ui/index.html
index beec61d..68c6cc5 100644
--- a/testapi/opnfv_testapi/ui/index.html
+++ b/testapi/opnfv_testapi/ui/index.html
@@ -51,6 +51,8 @@
<script src="testapi-ui/components/projects/project/projectController.js"></script>
<script src="testapi-ui/components/results/resultsController.js"></script>
<script src="testapi-ui/components/results/result/resultController.js"></script>
+ <script src="testapi-ui/components/deploy-results/deployResultsController.js"></script>
+ <script src="testapi-ui/components/deploy-results/deploy-result/deployResultController.js"></script>
<script src="testapi-ui/components/profile/profileController.js"></script>
<script src="testapi-ui/components/auth-failure/authFailureController.js"></script>
<script src="testapi-ui/components/logout/logoutController.js"></script>