Commit 4edf0c97 by Torkel Ödegaard

Fixed alert popup close icon

parent 16f7f686
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<div class="page-alert-list"> <div class="page-alert-list">
<div ng-repeat='alert in dashAlerts.list' class="alert-{{alert.severity}} alert"> <div ng-repeat='alert in dashAlerts.list' class="alert-{{alert.severity}} alert">
<button type="button" class="alert-close" ng-click="dashAlerts.clear(alert)"> <button type="button" class="alert-close" ng-click="dashAlerts.clear(alert)">
<i class="icon-remove-sign"></i> <i class="fa fa-times-circle"></i>
</button> </button>
<div class="alert-title">{{alert.title}}</div> <div class="alert-title">{{alert.title}}</div>
<div ng-bind-html='alert.text'></div> <div ng-bind-html='alert.text'></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment