mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Set custom type for templating variables (#4941)
This commit is contained in:
parent
05ca7158d6
commit
04ef25b6ff
@ -47,6 +47,7 @@ dashboard.templating = {
|
||||
refresh: true,
|
||||
options: [],
|
||||
current: null,
|
||||
type: 'custom'
|
||||
},
|
||||
{
|
||||
name: 'test2',
|
||||
@ -54,6 +55,7 @@ dashboard.templating = {
|
||||
refresh: true,
|
||||
options: [],
|
||||
current: null,
|
||||
type: 'custom'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user