Torkel Ödegaard %!s(int64=9) %!d(string=hai) anos
pai
achega
f1f923abb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/app/plugins/datasource/graphite/query_ctrl.ts

+ 1 - 1
public/app/plugins/datasource/graphite/query_ctrl.ts

@@ -176,7 +176,7 @@ export class GraphiteQueryCtrl extends QueryCtrl {
       });
 
       // add wildcard option
-      altSegments.unshift(this.uiSegmentSr.newSegment('*'));
+      altSegments.unshift(this.uiSegmentSrv.newSegment('*'));
       return altSegments;
     }).catch(err => {
       appEvents.emit('alert-error', ['Error', err]);