mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Fix Editing a panel with auto-refresh enabled auto-refresh in the edit screen (#34128)
* Dashboard: Fix editing panel with auto-refresh - Add default hidden and disabled auto-refresh option on the editing panel - Extend unit test for DashboardModel - Add unit test DashNavTimeControls component
This commit is contained in:
@@ -120,6 +120,7 @@ export const Components = {
|
||||
},
|
||||
RefreshPicker: {
|
||||
runButton: 'RefreshPicker run button',
|
||||
intervalButton: 'RefreshPicker interval button',
|
||||
},
|
||||
QueryTab: {
|
||||
content: 'Query editor tab content',
|
||||
|
||||
Reference in New Issue
Block a user