Selaa lähdekoodia

add previous fill mode to query builder

Sven Klemm 7 vuotta sitten
vanhempi
commit
13d0fa4b9a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',
       type: 'string',
-      options: ['none', 'NULL', '0'],
+      options: ['none', 'NULL', 'previous', '0'],
     },
   ],
   defaultParams: ['$__interval', 'none'],