Commit b3bcbccc by Ivana Huckova Committed by GitHub

Logs panel: Rename labels to unique labels (#21783)

parent 5dbd7c9e
......@@ -48,7 +48,7 @@ export class LogsPanelEditor extends PureComponent<PanelEditorProps<Options>> {
<PanelOptionsGrid>
<PanelOptionsGroup title="Columns">
<Switch label="Time" labelClass="width-10" checked={showTime} onChange={this.onToggleTime} />
<Switch label="Labels" labelClass="width-10" checked={showLabels} onChange={this.onToggleLabels} />
<Switch label="Unique labels" labelClass="width-10" checked={showLabels} onChange={this.onToggleLabels} />
<Switch
label="Wrap lines"
labelClass="width-10"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment