Skip to content

Commit aa78114

Browse files
committed
fix(alerting): fixed icon for ok state in panel header, grafana#6136
1 parent 7c339f0 commit aa78114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/sass/pages/_alerting.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//box-shadow: 0 0 5px rgba(0,200,0,10.8);
6363
.panel-alert-icon:before {
6464
color: $online;
65-
content: "\e610";
65+
content: "\e611";
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)