Set custom type for templating variables (#4941)

This commit is contained in:
Peggy Li 2016-05-06 22:58:01 -07:00 committed by Torkel Ödegaard
parent 05ca7158d6
commit 04ef25b6ff

View File

@ -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'
}
]
};