bug: MetricSegment lost information about type (#8278)

Fixed #8277
This commit is contained in:
Vladimir Gordiychuk 2017-05-03 09:22:30 +03:00 committed by Torkel Ödegaard
parent 44f76fdabc
commit deab4a378a

View File

@ -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;
}