Commit e84b6d18 by Alexander Zobnin Committed by Torkel Ödegaard

fix move dashboard variables, #10347 (#10375)

parent 11ae7d59
......@@ -8,6 +8,7 @@ export class VariableEditorCtrl {
$scope.variableTypes = variableTypes;
$scope.ctrl = {};
$scope.namePattern = /^(?!__).*$/;
$scope._ = _;
$scope.refreshOptions = [
{ value: 0, text: 'Never' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment