From 04ef25b6ff4d631bab5d9eb7aa7617356d322419 Mon Sep 17 00:00:00 2001 From: Peggy Li Date: Fri, 6 May 2016 22:58:01 -0700 Subject: [PATCH] Set custom type for templating variables (#4941) --- public/dashboards/scripted_templated.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/dashboards/scripted_templated.js b/public/dashboards/scripted_templated.js index a0d3e081293..33830336a9f 100644 --- a/public/dashboards/scripted_templated.js +++ b/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' } ] };