ソースを参照

fix move dashboard variables, #10347 (#10375)

Alexander Zobnin 8 年 前
コミット
e84b6d189a
1 ファイル変更1 行追加0 行削除
  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.variableTypes = variableTypes;
     $scope.ctrl = {};
     $scope.ctrl = {};
     $scope.namePattern = /^(?!__).*$/;
     $scope.namePattern = /^(?!__).*$/;
+    $scope._ = _;
 
 
     $scope.refreshOptions = [
     $scope.refreshOptions = [
       { value: 0, text: 'Never' },
       { value: 0, text: 'Never' },