Skip to content

Commit

Permalink
[bugfix] deepflow querier datasource, 'SHOW METRICS' display wrong in…
Browse files Browse the repository at this point in the history
… 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)
  • Loading branch information
twou12031 authored and travilyu committed Jan 12, 2023
1 parent 7b7944b commit cc50911
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deepflow-querier-datasource/src/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,12 @@ export class QueryEditor extends PureComponent<Props> {
/>
</InlineField>
<InlineField className="custom-label" label="SHOW METRICS" labelWidth={14}>
<div>
<div
style={{
display: 'flex',
alignItems: 'center'
}}
>
<Select
options={showMetricsOpts}
value={this.state.showMetrics}
Expand Down

0 comments on commit cc50911

Please sign in to comment.