소스 검색

Set custom type for templating variables (#4941)

Peggy Li 9 년 전
부모
커밋
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'
     }
   ]
 };