Просмотр исходного кода

Set custom type for templating variables (#4941)

Peggy Li 9 лет назад
Родитель
Сommit
04ef25b6ff
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      public/dashboards/scripted_templated.js

+ 2 - 0
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'
     }
   ]
 };