Commit 5cef7333 by Torkel Ödegaard

Fixed asteric icon in graphite metric path selector, broken after resent font…

Fixed asteric icon in graphite metric path selector, broken after resent font awesome upgrade, #1361
parent e411b8e4
......@@ -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;
}
......
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