mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
parent
11ae7d5964
commit
e84b6d189a
@ -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' },
|
||||||
|
Loading…
Reference in New Issue
Block a user