diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-21 17:11:44 +0200 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-23 11:56:28 +0200 |
commit | fc3d96993d39fb852bc78005e5d4e18502e3e99e (patch) | |
tree | 8079f79377f864ff9b95d5a631af95def5364366 /3rd_party/static/testapi-ui/shared/alerts/alertModal.html | |
parent | 16d199278064f28ccfc6a295f3e7202467b79b34 (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/shared/alerts/alertModal.html')
-rw-r--r-- | 3rd_party/static/testapi-ui/shared/alerts/alertModal.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/3rd_party/static/testapi-ui/shared/alerts/alertModal.html b/3rd_party/static/testapi-ui/shared/alerts/alertModal.html index 59fd500..5d1a097 100644 --- a/3rd_party/static/testapi-ui/shared/alerts/alertModal.html +++ b/3rd_party/static/testapi-ui/shared/alerts/alertModal.html @@ -1,8 +1,8 @@ <div class="modal-body" style="padding:0px"> - <div class="alert alert-{{alert.data.mode}}" style="margin-bottom:0px"> - <button type="button" class="close" data-ng-click="alert.close()" > - <span class="glyphicon glyphicon-remove-circle"></span> + <div class="alert alert-{{alert.data.mode}}" style="margin-bottom:0px"> + <button type="button" class="close" data-ng-click="alert.close()" > + <span class="glyphicon glyphicon-remove-circle"></span> </button> - <strong>{{alert.data.title}}</strong> {{alert.data.text}} - </div> + <strong>{{alert.data.title}}</strong> {{alert.data.text}} + </div> </div> |