mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove changes to module.ts from this branch
This commit is contained in:
parent
6d3da9a73d
commit
e8e554b3da
@ -8,9 +8,8 @@ class PostgresConfigCtrl {
|
||||
|
||||
/** @ngInject **/
|
||||
constructor($scope) {
|
||||
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'verify-full';
|
||||
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'require';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const defaultQuery = `SELECT
|
||||
|
Loading…
Reference in New Issue
Block a user