mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat: ds edit fix
This commit is contained in:
parent
ccde8d9e2f
commit
dc3e943a4e
@ -38,7 +38,6 @@ export class DataSourceEditCtrl {
|
|||||||
navModelSrv
|
navModelSrv
|
||||||
) {
|
) {
|
||||||
this.navModel = navModelSrv.getNav('cfg', 'datasources', 0);
|
this.navModel = navModelSrv.getNav('cfg', 'datasources', 0);
|
||||||
this.navModel = thi;
|
|
||||||
this.datasources = [];
|
this.datasources = [];
|
||||||
|
|
||||||
this.loadDatasourceTypes().then(() => {
|
this.loadDatasourceTypes().then(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user