فهرست منبع

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.ctrl = {};
     $scope.namePattern = /^(?!__).*$/;
+    $scope._ = _;
 
     $scope.refreshOptions = [
       { value: 0, text: 'Never' },