mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Add guidance about reload required after updating shared cursor/tooltip setting. (#52280)
* Dashboard: Add guidance about reloaded needed for shared cursor/tooltip * Dashboard: Added todo note for author of (#46581) impl * Dashboard: prettier errors fixed for new text
This commit is contained in:
parent
6188526e1d
commit
a71b4f13e4
@ -143,10 +143,11 @@ export function GeneralSettingsUnconnected({ dashboard, updateTimeZone, updateWe
|
||||
liveNow={dashboard.liveNow}
|
||||
/>
|
||||
|
||||
{/* @todo: Update "Graph tooltip" description to remove prompt about reloading when resolving #46581 */}
|
||||
<CollapsableSection label="Panel options" isOpen={true}>
|
||||
<Field
|
||||
label="Graph tooltip"
|
||||
description="Controls tooltip and hover highlight behavior across different panels"
|
||||
description="Controls tooltip and hover highlight behavior across different panels. Reload the dashboard for changes to take effect"
|
||||
>
|
||||
<RadioButtonGroup onChange={onTooltipChange} options={GRAPH_TOOLTIP_OPTIONS} value={dashboard.graphTooltip} />
|
||||
</Field>
|
||||
|
Loading…
Reference in New Issue
Block a user