mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Fix A11y in AutoRefresh input field (#86058)
Dashboard: Fix issue with providing clear instructions for data format in Auto Refresh input field
This commit is contained in:
parent
bbae4af935
commit
65951c40c4
@ -62,7 +62,7 @@ export const AutoRefreshIntervals = ({
|
||||
label={t('dashboard-settings.general.auto-refresh-label', 'Auto refresh')}
|
||||
description={t(
|
||||
'dashboard-settings.general.auto-refresh-description',
|
||||
'Define the auto refresh intervals that should be available in the auto refresh list.'
|
||||
"Define the auto refresh intervals that should be available in the auto refresh list. Use the format '5s' for seconds, '1m' for minutes, '1h' for hours, and '1d' for days (e.g.: '5s,10s,30s,1m,5m,15m,30m,1h,2h,1d')."
|
||||
)}
|
||||
error={invalidIntervalsMessage}
|
||||
invalid={!!invalidIntervalsMessage}
|
||||
|
Loading…
Reference in New Issue
Block a user