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