summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party
diff options
context:
space:
mode:
authorgrakiss <grakiss.wanglei@huawei.com>2017-10-18 22:15:32 -0400
committerLeo wang <grakiss.wanglei@huawei.com>2017-10-20 03:29:26 +0000
commit54bc0f28fd9b5ec6675401d6c3322b30e72e7d9c (patch)
treec203b151a705b53eb85e15af6ac62169857a2603 /cvp/3rd_party
parent4f2c6191c68567e3fd7ee7e8bcb737c3194fbb2e (diff)
[web-cvp]share result by email
JIRA: DOVETAIL-529 It may be easier to get other people's email than his user id Change-Id: Ia5f9aa72d3c79bd3f5e69dad98b3f188cdaafc3d Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'cvp/3rd_party')
-rw-r--r--cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html2
-rw-r--r--cvp/3rd_party/static/testapi-ui/components/results/results.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html b/cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
index de3b125d..2f50b0ce 100644
--- a/cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
+++ b/cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
@@ -1,6 +1,6 @@
<div>
- <h4>Enter user name</h4>
+ <h4>Enter user name or email</h4>
<input type="text" ng-model="ctrl.userName" />
<div style="text-align:center;margin-top:20px;">
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 18de5ea0..5d6979da 100644
--- a/cvp/3rd_party/static/testapi-ui/components/results/results.html
+++ b/cvp/3rd_party/static/testapi-ui/components/results/results.html
@@ -54,7 +54,7 @@
<a id="single-button" type="button" class="nectar-button 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:150%">
+ <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button" style="min-width:200%">
<li class="menu-item menu-item-type-post_type menu-item-object-page" role="menuitem" ng-repeat="share in result.shared track by $index"><span>{{ share }}<i class="pull-right glyphicon glyphicon-remove" ng-click="ctrl.removeSharedUser(result, share)"></i></span></li>
</ul>
</div>