mirror of https://github.com/grafana/grafana
parent
138c738db9
commit
0ec747630d
@ -0,0 +1,12 @@ |
||||
export default class NginxDatasource { |
||||
|
||||
constructor() {} |
||||
|
||||
query(options) { |
||||
return []; |
||||
} |
||||
|
||||
testDatasource() { |
||||
return false; |
||||
} |
||||
} |
@ -0,0 +1,5 @@ |
||||
import {Datasource} from './datasource'; |
||||
|
||||
export { |
||||
Datasource |
||||
}; |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"type": "datasource", |
||||
"name": "Nginx Datasource", |
||||
"id": "nginx-datasource" |
||||
} |
Loading…
Reference in new issue