mirror of https://github.com/grafana/grafana
Add alwaysDisplayed option to datasource plugins, this will allow it to show up as an option to select when adding queries to a panel without actually adding it as a datasource.
parent
07466b6725
commit
d12dc2bfa7
@ -1,9 +1,10 @@ |
||||
{ |
||||
"type": "datasource", |
||||
"name": "Grafana", |
||||
"name": "-- Grafana --", |
||||
"id": "grafana", |
||||
|
||||
"builtIn": true, |
||||
"annotations": true, |
||||
"alwaysDisplay": true, |
||||
"metrics": true |
||||
} |
||||
|
||||
@ -1,9 +1,10 @@ |
||||
{ |
||||
"type": "datasource", |
||||
"name": "Mixed datasource", |
||||
"name": "-- Mixed --", |
||||
"id": "mixed", |
||||
|
||||
"builtIn": true, |
||||
"mixed": true, |
||||
"alwaysDisplay": true, |
||||
"metrics": true |
||||
} |
||||
|
||||
Loading…
Reference in new issue