mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataSourcePlugin: support custom tabs (#16859)
* use ConfigEditor * add tabs * add tabs * set the nav in state * remove actions * reorder imports * catch plugin loading errors * better text * keep props * fix typo * update snapshot * rename tab to page * add missing pages
This commit is contained in:
committed by
Torkel Ödegaard
parent
1001cd7ac3
commit
a87a763d83
@@ -110,6 +110,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
|
||||
})
|
||||
.when('/datasources/edit/:id/', {
|
||||
template: '<react-container />',
|
||||
reloadOnSearch: false, // for tabs
|
||||
resolve: {
|
||||
component: () => DataSourceSettingsPage,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user