Commit 684aa3ff by Erik Sundell Committed by Daniel Lee

Stackdriver: Corrected field title and removed debug logging

parent 92d63198
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment