Set custom type for templating variables (#4941)

pull/4867/merge
Peggy Li 9 years ago committed by Torkel Ödegaard
parent 05ca7158d6
commit 04ef25b6ff
  1. 2
      public/dashboards/scripted_templated.js

@ -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…
Cancel
Save