summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/components/results/results.html
diff options
context:
space:
mode:
authorgrakiss <grakiss.wanglei@huawei.com>2017-11-10 10:11:18 +0000
committerLeo wang <grakiss.wanglei@huawei.com>2017-11-15 04:22:33 +0000
commitadedf4e0a6e405ead72f004047c9c06cb7f90496 (patch)
tree548d6aee8a8ea1e467220bbd5295645083f465b2 /cvp/3rd_party/static/testapi-ui/components/results/results.html
parent47d4daaa3df5c11462d698ff50c4dd2fe086d8d7 (diff)
Remove style.css for License issue
style.css is GPL 3.0 License based, we need to remove it. The origin css file is as bellow: https://www.opnfv.org/wp-content/themes/salient/style.css?ver=4.8.3 So I remove style.css, and write a new css file to replace it. Change-Id: I78a572f74c71081052767622903b371e22e158a4 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/components/results/results.html')
-rw-r--r--cvp/3rd_party/static/testapi-ui/components/results/results.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/components/results/results.html b/cvp/3rd_party/static/testapi-ui/components/results/results.html
index 5cdc6240..a28584c6 100644
--- a/cvp/3rd_party/static/testapi-ui/components/results/results.html
+++ b/cvp/3rd_party/static/testapi-ui/components/results/results.html
@@ -3,10 +3,10 @@
<form class="form-inline" ng-show="ctrl.isUserResults">
<h4>Upload Results<i class="glyphicon glyphicon-question-sign opnfv-blue" uib-tooltip="results file is logs.xxx.tar.gz under your dovetail installation path"></i></h4>
<div class="form-group col-m-3">
- <input class="form-contrl nectar-button medium accent-color regular-button" type = "file" file-model = "resultFile"/>
+ <input class="form-contrl btn btn-success cvp-btn medium accent-color regular-button" type = "file" file-model = "resultFile"/>
</div>
<div class="form-group col-m-3">
- <a class="nectar-button medium accent-color regular-button" ng-click="ctrl.uploadFile()"><span>upload result</span></a>
+ <a class="btn btn-success cvp-btn medium accent-color regular-button" ng-click="ctrl.uploadFile()"><span>upload result</span></a>
</div>
<div>
<lable>{{ctrl.uploadState}}</label>
@@ -44,7 +44,7 @@
<td><a ng-click="ctrl.gotoSUT(result.id)">info</a></td>
<td>
<div class="btn-group" uib-dropdown>
- <a id="single-button" type="button" class="nectar-button medium accent-color regular-button" uib-dropdown-toggle>
+ <a id="single-button" type="button" class="btn btn-success cvp-btn medium accent-color regular-button" uib-dropdown-toggle>
Operation<span class="caret"></span>
</a>
<ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button">
@@ -61,7 +61,7 @@
</td>
<td>
<div class="btn-group" uib-dropdown>
- <a id="single-button" type="button" class="nectar-button medium accent-color regular-button" style="width:130px" uib-dropdown-toggle>
+ <a id="single-button" type="button" class="btn btn-success cvp-btn medium accent-color regular-button" style="width:130px" uib-dropdown-toggle>
Share List<span class="caret"></span>
</a>
<ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button" style="min-width:200%">