Explorar el Código

add previous fill mode to query builder

Sven Klemm hace 7 años
padre
commit
13d0fa4b9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/plugins/datasource/postgres/sql_part.ts

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

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