summaryrefslogtreecommitdiffstats
path: root/testapi/3rd_party/static/testapi-ui/index.html
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-07-26 17:34:16 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-08-09 19:56:57 +0800
commit8e883de068dcd159e30d76a79414c77f49d0d8d1 (patch)
tree31b7d09db434f9f925c2055292fd8bbe7c228642 /testapi/3rd_party/static/testapi-ui/index.html
parent6fbf0fb55e94c7e940dbd2a77c85a149b31a867e (diff)
add Pods page in webportal
delete OPNFV Powered Guidelines page add Pods page with create/list operations Change-Id: Ib9fd2834bd9d54ee33600458a90e3aac76382589 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/3rd_party/static/testapi-ui/index.html')
-rw-r--r--testapi/3rd_party/static/testapi-ui/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/index.html b/testapi/3rd_party/static/testapi-ui/index.html
index 46ccc61..2d7399f 100644
--- a/testapi/3rd_party/static/testapi-ui/index.html
+++ b/testapi/3rd_party/static/testapi-ui/index.html
@@ -40,7 +40,7 @@
<script src="testapi-ui/shared/header/headerController.js"></script>
<script src="testapi-ui/shared/alerts/alertModalFactory.js"></script>
<script src="testapi-ui/shared/alerts/confirmModalFactory.js"></script>
- <script src="testapi-ui/components/guidelines/guidelinesController.js"></script>
+ <script src="testapi-ui/components/pods/podsController.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>