summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/index.html
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-01-15 06:18:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-15 06:18:32 +0000
commit62fb9a03e047d70bb15c67d2748ffe377273d0b6 (patch)
treebed426f6b582efa9b461db9aed6d345aa6952bce /testapi/opnfv_testapi/ui/index.html
parentd379980b8999157a77027207d9cda77f87c67e26 (diff)
parent349609818abcf10cc94088b043f71b5c8bc504a1 (diff)
Merge "Design the scenario create method"
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 5e69e87..beec61d 100644
--- a/testapi/opnfv_testapi/ui/index.html
+++ b/testapi/opnfv_testapi/ui/index.html
@@ -44,6 +44,8 @@
<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/scenarios/scenario/scenarioController.js"></script>
+ <script src="testapi-ui/components/scenarios/scenariosController.js"></script>
<script src="testapi-ui/components/pods/pod/podController.js"></script>
<script src="testapi-ui/components/projects/projectsController.js"></script>
<script src="testapi-ui/components/projects/project/projectController.js"></script>