|
@@ -15,14 +15,14 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="gf-form" ng-show='ctrl.current.jsonData.authType == "keys"'>
|
|
<div class="gf-form" ng-show='ctrl.current.jsonData.authType == "keys"'>
|
|
|
<label class="gf-form-label width-13">Access key</label>
|
|
<label class="gf-form-label width-13">Access key</label>
|
|
|
- <input type="text" class="gf-form-input max-width-18" ng-model='ctrl.current.jsonData.accessKey' placeholder="default"></input>
|
|
|
|
|
|
|
+ <input type="text" class="gf-form-input max-width-18" ng-model='ctrl.current.secureJsonData.accessKey' placeholder="default"></input>
|
|
|
<info-popover mode="right-absolute">
|
|
<info-popover mode="right-absolute">
|
|
|
AWS Access key id
|
|
AWS Access key id
|
|
|
</info-popover>
|
|
</info-popover>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="gf-form" ng-show='ctrl.current.jsonData.authType == "keys"'>
|
|
<div class="gf-form" ng-show='ctrl.current.jsonData.authType == "keys"'>
|
|
|
<label class="gf-form-label width-13">Secret key</label>
|
|
<label class="gf-form-label width-13">Secret key</label>
|
|
|
- <input type="text" class="gf-form-input max-width-18" ng-model='ctrl.current.jsonData.secretKey' placeholder="default"></input>
|
|
|
|
|
|
|
+ <input type="text" class="gf-form-input max-width-18" ng-model='ctrl.current.secureJsonData.secretKey' placeholder="default"></input>
|
|
|
<info-popover mode="right-absolute">
|
|
<info-popover mode="right-absolute">
|
|
|
AWS Secret key
|
|
AWS Secret key
|
|
|
</info-popover>
|
|
</info-popover>
|