diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2017-10-09 04:58:59 -0400 |
---|---|---|
committer | grakiss <grakiss.wanglei@huawei.com> | 2017-10-09 04:58:59 -0400 |
commit | 8c11c765a9e5af8eb8ac4598d79932ce4f95152c (patch) | |
tree | 4e3479f3aabc555ca884ff9bd20ddd0db3061ded /cvp/3rd_party/static/testapi-ui/components/results/modal | |
parent | 671b929342427689ef8de933d41d327ab5d29f86 (diff) |
[web-cvp]missing files in web sites
JIRA: DOVETAIL-522
some files missing due to incorrect .gitignore settings
Change-Id: I4d81842afcb6f2734abeebbdcde56ec5b3e1655b
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/components/results/modal')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html | 19 |
1 files changed, 19 insertions, 0 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 new file mode 100644 index 00000000..de3b125d --- /dev/null +++ b/cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html @@ -0,0 +1,19 @@ +<div> + + <h4>Enter user name</h4> + <input type="text" ng-model="ctrl.userName" /> + + <div style="text-align:center;margin-top:20px;"> + <button class="btn btn-default" ng-disabled="ctrl.userName==null || ctrl.userName==''" ng-click="ctrl.addSharedUser(ctrl.tempResult, ctrl.userName)">Commit</button> + </div> + +</div> + + +<style> + input { + border-radius: 10px; + border: 1px solid #eeeeee; + width: 100%; + } +</style> |