Преглед изворни кода

add previous fill mode to query builder

Sven Klemm пре 7 година
родитељ
комит
13d0fa4b9a
1 измењених фајлова са 1 додато и 1 уклоњено
  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'],