summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/index.html
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-11-24 06:29:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-24 06:29:35 +0000
commit3e69f8623c87f0d1d673d702d3516e688daf9a0d (patch)
treee0b9bccc2854855f1279a54c9d433a3744f5972f /testapi/opnfv_testapi/ui/index.html
parent368428217fd182ab7a939b69c5abd7adc6bc30eb (diff)
parentc3f531f408638a3831ad63b93ae38995c5e396b2 (diff)
Merge "clear web pages"
Diffstat (limited to 'testapi/opnfv_testapi/ui/index.html')
-rw-r--r--testapi/opnfv_testapi/ui/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/testapi/opnfv_testapi/ui/index.html b/testapi/opnfv_testapi/ui/index.html
index ac29aca..e15fff6 100644
--- a/testapi/opnfv_testapi/ui/index.html
+++ b/testapi/opnfv_testapi/ui/index.html
@@ -41,13 +41,12 @@
<script src="testapi-ui/shared/alerts/alertModalFactory.js"></script>
<script src="testapi-ui/shared/alerts/confirmModalFactory.js"></script>
<script src="testapi-ui/components/pods/podsController.js"></script>
+ <script src="testapi-ui/components/projects/projectsController.js"></script>
+ <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-report/resultsReportController.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>
- <script src="testapi-ui/components/projects/projectsController.js"></script>
- <script src="testapi-ui/components/projects/project/projectController.js"></script>
<!-- Filters -->
<script src="testapi-ui/shared/filters.js"></script>