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:
Maria Alexandra
2021-05-18 10:20:11 +02:00
committed by GitHub
parent 89c2b5e863
commit 0e207c4133
8 changed files with 156 additions and 4 deletions

View File

@@ -120,6 +120,7 @@ export const Components = {
},
RefreshPicker: {
runButton: 'RefreshPicker run button',
intervalButton: 'RefreshPicker interval button',
},
QueryTab: {
content: 'Query editor tab content',