Przeglądaj źródła

add previous fill mode to query builder

Sven Klemm 7 lat temu
rodzic
commit
13d0fa4b9a

+ 1 - 1
public/app/plugins/datasource/postgres/sql_part.ts

@@ -94,7 +94,7 @@ register({
     {
       name: 'fill',
       type: 'string',
-      options: ['none', 'NULL', '0'],
+      options: ['none', 'NULL', 'previous', '0'],
     },
   ],
   defaultParams: ['$__interval', 'none'],