mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Stackdriver: Corrected field title and removed debug logging
This commit is contained in:
parent
92d631986f
commit
684aa3ff33
@ -16,7 +16,6 @@ export class StackdriverConfigCtrl {
|
||||
this.current.jsonData = this.current.jsonData || {};
|
||||
this.current.secureJsonData = this.current.secureJsonData || {};
|
||||
this.current.secureJsonFields = this.current.secureJsonFields || {};
|
||||
console.log(this.current.secureJsonFields.privateKey);
|
||||
this.defaultProject = this.current.jsonData.defaultProject;
|
||||
this.projects = [];
|
||||
}
|
||||
|
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gf-form" ng-if="ctrl.current.secureJsonFields.privateKey">
|
||||
<span class="gf-form-label width-9">Client Secret</span>
|
||||
<span class="gf-form-label width-9">Private Key</span>
|
||||
<input type="text" class="gf-form-input max-width-12" disabled="disabled" value="configured">
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user