mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
postgres: add missing ngInject decorator
This commit is contained in:
@ -7,6 +7,8 @@ class PostgresConfigCtrl {
|
|||||||
static templateUrl = 'partials/config.html';
|
static templateUrl = 'partials/config.html';
|
||||||
|
|
||||||
current: any;
|
current: any;
|
||||||
|
|
||||||
|
/** @ngInject **/
|
||||||
constructor($scope) {
|
constructor($scope) {
|
||||||
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'require';
|
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'require';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user