mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 04:34:23 -06:00
parent
44f76fdabc
commit
deab4a378a
@ -13,6 +13,7 @@ function (angular, _, coreModule) {
|
||||
if (options === '*' || options.value === '*') {
|
||||
this.value = '*';
|
||||
this.html = $sce.trustAsHtml('<i class="fa fa-asterisk"><i>');
|
||||
this.type = options.type;
|
||||
this.expandable = true;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user