Explorar o código

fix move dashboard variables, #10347 (#10375)

Alexander Zobnin %!s(int64=8) %!d(string=hai) anos
pai
achega
e84b6d189a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      public/app/features/templating/editor_ctrl.ts

+ 1 - 0
public/app/features/templating/editor_ctrl.ts

@@ -8,6 +8,7 @@ export class VariableEditorCtrl {
     $scope.variableTypes = variableTypes;
     $scope.ctrl = {};
     $scope.namePattern = /^(?!__).*$/;
+    $scope._ = _;
 
     $scope.refreshOptions = [
       { value: 0, text: 'Never' },