diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-10-27 16:58:49 +0800 |
---|---|---|
committer | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-10-31 01:00:35 +0000 |
commit | 10cfa68dc2a67890ffe822a9d4fbbb9f80fbd8a3 (patch) | |
tree | ec3016c76a24ce1a43695f6027423be75d2b9d24 /utils/test/testapi/3rd_party/static/testapi-ui/components/home/home.html | |
parent | 0e92805f1bfe597334e2a2f4414e460a8e811239 (diff) |
remove components out side of 3rd_party
components are implemented by TestAPI team, they are not the third
party code, put them under opnfv_testapi/ui directory
Change-Id: Ia0f5e2afe4bcb12bcb74d3a8d78fb28fe1432bec
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'utils/test/testapi/3rd_party/static/testapi-ui/components/home/home.html')
-rw-r--r-- | utils/test/testapi/3rd_party/static/testapi-ui/components/home/home.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/utils/test/testapi/3rd_party/static/testapi-ui/components/home/home.html b/utils/test/testapi/3rd_party/static/testapi-ui/components/home/home.html deleted file mode 100644 index 47d747fd8..000000000 --- a/utils/test/testapi/3rd_party/static/testapi-ui/components/home/home.html +++ /dev/null @@ -1,23 +0,0 @@ -<div class="jumbotron openstack-intro"> - <div class="pull-right right openstack-intro__logo"> - <img src="testapi-ui/assets/img/opnfv-logo.png" alt="OPNFV"> - </div> - <div class="pull-left left openstack-intro__content"> - <h1>Results Collection</h1> - <p>TestAPI is a source of tools for OPNFV test results collection</p> - </div> - <div class="clearfix"></div> -</div> - -<div class="row"> - <div class="col-lg-6"> - <h4>What is TestAPI?</h4> - <ul> - <li>Toolset for testing interoperability between OPNFV test projects.</li> - <li>Database backed website supporting collection and publication of - community test results for OPNFV.</li> - <li>User interface to display individual test run results.</li> - </ul> - </div> -</div> - |