aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-21 17:11:44 +0200
committerStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-23 11:56:28 +0200
commitfc3d96993d39fb852bc78005e5d4e18502e3e99e (patch)
tree8079f79377f864ff9b95d5a631af95def5364366 /3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
parent16d199278064f28ccfc6a295f3e7202467b79b34 (diff)
Clean HTML code
JIRA: DOVETAIL-753 This patch cleans the HTML code, which was in a bad state and not maintainable. Change-Id: Iab19a9af1835a384544f58c13ba5664723306535 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '3rd_party/static/testapi-ui/components/results/modal/sharedModal.html')
-rw-r--r--3rd_party/static/testapi-ui/components/results/modal/sharedModal.html25
1 files changed, 11 insertions, 14 deletions
diff --git a/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html b/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
index 2f50b0c..5717b54 100644
--- a/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
+++ b/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
@@ -1,19 +1,16 @@
<div>
-
- <h4>Enter user name or email</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>
-
+ <h4>Enter user name or email</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%;
- }
+ input {
+ border-radius: 10px;
+ border: 1px solid #eeeeee;
+ width: 100%;
+ }
</style>