mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 00:06:58 -06:00
Annotation: Fix "Enabled" button disappear after Grafana v8.0.6 upgrade (#37454)
This commit is contained in:
parent
312e78ff0b
commit
f10c5020f1
@ -81,6 +81,9 @@ export const AnnotationSettingsEdit: React.FC<Props> = ({ editIdx, dashboard })
|
||||
<Field label="Data source">
|
||||
<DataSourcePicker width={50} annotations current={annotation.datasource} onChange={onDataSourceChange} />
|
||||
</Field>
|
||||
<Field label="Enabled" description="When enabled the annotation query is issued every dashboard refresh">
|
||||
<Checkbox name="enable" id="enable" value={annotation.enable} onChange={onChange} />
|
||||
</Field>
|
||||
<Field
|
||||
label="Hidden"
|
||||
description="Annotation queries can be toggled on or off at the top of the dashboard. With this option checked this toggle will be hidden."
|
||||
|
Loading…
Reference in New Issue
Block a user