From 13d0fa4b9a0ce3399b6e544b358a851df93bd4f9 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Wed, 8 Aug 2018 12:23:41 +0200 Subject: [PATCH] add previous fill mode to query builder --- public/app/plugins/datasource/postgres/sql_part.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/postgres/sql_part.ts b/public/app/plugins/datasource/postgres/sql_part.ts index 52ede10dad9..fb132930747 100644 --- a/public/app/plugins/datasource/postgres/sql_part.ts +++ b/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'],