فهرست منبع

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'],