summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
diff options
context:
space:
mode:
authorLeo wang <grakiss.wanglei@huawei.com>2017-10-09 09:02:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-09 09:02:19 +0000
commitdeaa56c739278b52d1b6793b748c761a2a3c9355 (patch)
tree4b5e0bc257abf13e9dce6d982523516ab25f7400 /cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
parentf3ec8fc9e24cf75091be477a39f19aa5f0a289fe (diff)
parent8c11c765a9e5af8eb8ac4598d79932ce4f95152c (diff)
Merge "[web-cvp]missing files in web sites"
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html')
-rw-r--r--cvp/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html19
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>