From 19d1d7f35a4a49611bf207c99f281bfa3f55542a Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 19 Nov 2018 16:26:06 +0100 Subject: [PATCH] stackdriver: add query keyword style to query fields --- .../stackdriver/components/SimpleSelect.tsx | 2 +- .../stackdriver/components/VariableQueryEditor.tsx | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/app/plugins/datasource/stackdriver/components/SimpleSelect.tsx b/public/app/plugins/datasource/stackdriver/components/SimpleSelect.tsx index 1834bd9da5c..3a4a0707a2c 100644 --- a/public/app/plugins/datasource/stackdriver/components/SimpleSelect.tsx +++ b/public/app/plugins/datasource/stackdriver/components/SimpleSelect.tsx @@ -11,7 +11,7 @@ const SimpleSelect: SFC = props => { const { label, onValueChange, value, options } = props; return (
- {label} + {label}