mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
Fixed alert popup close icon
This commit is contained in:
parent
16f7f68636
commit
4edf0c9768
@ -27,7 +27,7 @@
|
||||
<div class="page-alert-list">
|
||||
<div ng-repeat='alert in dashAlerts.list' class="alert-{{alert.severity}} 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>
|
||||
<div class="alert-title">{{alert.title}}</div>
|
||||
<div ng-bind-html='alert.text'></div>
|
||||
|
Loading…
Reference in New Issue
Block a user