Skip to content

Commit 2bd3726

Browse files
twou12031travilyu
authored andcommitted
[bugfix] deepflow querier datasource, 'SHOW METRICS' display wrong in grafana 8.x
**Phenomenon and reproduction steps** none **Root cause and solution** none **Impactions** none **Test method** none **Affected branch(es)** - main **Checklist** - [ ] Dependencies update required - [ ] Common bug (similar problem in other repo)
1 parent fc5ff92 commit 2bd3726

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deepflow-querier-datasource/src/QueryEditor.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,12 @@ export class QueryEditor extends PureComponent<Props> {
12331233
/>
12341234
</InlineField>
12351235
<InlineField className="custom-label" label="SHOW METRICS" labelWidth={14}>
1236-
<div>
1236+
<div
1237+
style={{
1238+
display: 'flex',
1239+
alignItems: 'center'
1240+
}}
1241+
>
12371242
<Select
12381243
options={showMetricsOpts}
12391244
value={this.state.showMetrics}

0 commit comments

Comments
 (0)