mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Update info about query history and deleting (#76034)
* Explore: Update info about query history and deleting * Fix unescaped '
This commit is contained in:
parent
55c72c4ea7
commit
0ea047cc09
@ -90,7 +90,7 @@ export function RichHistorySettingsTab(props: RichHistorySettingsProps) {
|
|||||||
</Field>
|
</Field>
|
||||||
) : (
|
) : (
|
||||||
<Alert severity="info" title="History time span">
|
<Alert severity="info" title="History time span">
|
||||||
Grafana will keep entries up to {selectedOption?.label}.
|
Grafana will keep entries up to {selectedOption?.label}. Starred entries won't be deleted.
|
||||||
</Alert>
|
</Alert>
|
||||||
)}
|
)}
|
||||||
<InlineField
|
<InlineField
|
||||||
|
Loading…
Reference in New Issue
Block a user