summaryrefslogtreecommitdiffstats
path: root/testapi/3rd_party
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-05-17 18:31:26 +0800
committerSerena Feng <feng.xiaowei@zte.com.cn>2017-05-18 01:01:05 +0000
commitd57892f46ca4864f2188d0e4fccb97d3987c10d1 (patch)
treecaafd5d32898992591f9eb68a5e3d078ddd167c0 /testapi/3rd_party
parentbd392ea5ac1797d97348a8f98f254d0fff1241aa (diff)
add signin web to TestAPI
Change-Id: I4d39a8561c8ebd3238a495e5799fd43fb1a508b9 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/3rd_party')
-rw-r--r--testapi/3rd_party/static/testapi-ui/components/home/home.html2
-rw-r--r--testapi/3rd_party/static/testapi-ui/config.json2
-rw-r--r--testapi/3rd_party/static/testapi-ui/shared/header/header.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/components/home/home.html b/testapi/3rd_party/static/testapi-ui/components/home/home.html
index 04f64d5..47d747f 100644
--- a/testapi/3rd_party/static/testapi-ui/components/home/home.html
+++ b/testapi/3rd_party/static/testapi-ui/components/home/home.html
@@ -1,6 +1,6 @@
<div class="jumbotron openstack-intro">
<div class="pull-right right openstack-intro__logo">
- <img src="swagger/testapi-ui/assets/img/opnfv-logo.png" alt="OPNFV">
+ <img src="testapi-ui/assets/img/opnfv-logo.png" alt="OPNFV">
</div>
<div class="pull-left left openstack-intro__content">
<h1>Results Collection</h1>
diff --git a/testapi/3rd_party/static/testapi-ui/config.json b/testapi/3rd_party/static/testapi-ui/config.json
index c88d46c..5d48c7b 100644
--- a/testapi/3rd_party/static/testapi-ui/config.json
+++ b/testapi/3rd_party/static/testapi-ui/config.json
@@ -1 +1 @@
-{"testapiApiUrl": "http://10.62.105.17:9711"}
+{"testapiApiUrl": "http://localhost:8000/api/v1"}
diff --git a/testapi/3rd_party/static/testapi-ui/shared/header/header.html b/testapi/3rd_party/static/testapi-ui/shared/header/header.html
index 78361b8..f2c49e8 100644
--- a/testapi/3rd_party/static/testapi-ui/shared/header/header.html
+++ b/testapi/3rd_party/static/testapi-ui/shared/header/header.html
@@ -1,4 +1,4 @@
-<div class="heading"><a ui-sref="home"><img src="swagger/testapi-ui/assets/img/testapi-logo.png" alt="TestAPI"></a>
+<div class="heading"><a ui-sref="home"><img src="testapi-ui/assets/img/testapi-logo.png" alt="TestAPI"></a>
TestAPI
</div>
<nav class="navbar navbar-default" role="navigation" ng-controller="HeaderController as header">