From e84b6d189a6b64c159b1dd46c662c781d5948369 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Sun, 31 Dec 2017 14:24:42 +0300 Subject: [PATCH] fix move dashboard variables, #10347 (#10375) --- public/app/features/templating/editor_ctrl.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/templating/editor_ctrl.ts b/public/app/features/templating/editor_ctrl.ts index d3a801c538d..af529e085c7 100644 --- a/public/app/features/templating/editor_ctrl.ts +++ b/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' },