Ver Fonte

bug: MetricSegment lost information about type (#8278)

Fixed #8277
Vladimir Gordiychuk há 8 anos atrás
pai
commit
deab4a378a
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      public/app/core/services/segment_srv.js

+ 1 - 0
public/app/core/services/segment_srv.js

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