mirror of
https://github.com/grafana/grafana.git
synced 2025-01-18 04:23:33 -06:00
Fixed asteric icon in graphite metric path selector, broken after resent font awesome upgrade, #1361
This commit is contained in:
parent
e411b8e423
commit
5cef73331c
@ -293,7 +293,7 @@ function (angular, _, config, gfunc, Parser) {
|
||||
function MetricSegment(options) {
|
||||
if (options === '*' || options.value === '*') {
|
||||
this.value = '*';
|
||||
this.html = $sce.trustAsHtml('<i class="icon-asterisk"><i>');
|
||||
this.html = $sce.trustAsHtml('<i class="fa fa-asterisk"><i>');
|
||||
this.expandable = true;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user