mirror of https://github.com/grafana/grafana
feat(datasource): added suggest urls for each data source, #4577
parent
fdf46c6a10
commit
9f9fca1e76
@ -1,3 +1,5 @@ |
||||
<datasource-http-settings current="ctrl.current" default-url="'http://localhost:8081'"> |
||||
<datasource-http-settings |
||||
current="ctrl.current" |
||||
suggest-url="http://localhost:8080"> |
||||
</datasource-http-settings> |
||||
|
||||
|
||||
@ -1,3 +1,3 @@ |
||||
<datasource-http-settings current="ctrl.current"> |
||||
<datasource-http-settings current="ctrl.current" suggest-url="http://localhost:9090"> |
||||
</datasource-http-settings> |
||||
|
||||
|
||||
Loading…
Reference in new issue