fix move dashboard variables, #10347 (#10375)

This commit is contained in:
Alexander Zobnin 2017-12-31 14:24:42 +03:00 committed by Torkel Ödegaard
parent 11ae7d5964
commit e84b6d189a

View File

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