mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add cache config tab to datasource settings (#33036)
This commit is contained in:
parent
0a3e7dea62
commit
534614063a
@ -61,6 +61,14 @@ export function buildNavModel(dataSource: DataSourceSettings, plugin: GenericDat
|
||||
text: 'Insights',
|
||||
url: `datasources/edit/${dataSource.id}/insights`,
|
||||
});
|
||||
|
||||
navModel.children!.push({
|
||||
active: false,
|
||||
icon: 'database',
|
||||
id: `datasource-cache-${dataSource.id}`,
|
||||
text: 'Cache',
|
||||
url: `datasources/edit/${dataSource.id}/cache`,
|
||||
});
|
||||
}
|
||||
|
||||
return navModel;
|
||||
|
Loading…
Reference in New Issue
Block a user