increase label width on TLS info (#46816)

This commit is contained in:
matt abrams 2022-03-23 07:22:08 -10:00 committed by GitHub
parent acd7be1cb4
commit 562a25ad99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@
<h6>TLS/SSL Auth Details</h6>
</div>
<div class="gf-form max-width-30">
<span class="gf-form-label width-10">TLS/SSL Root Certificate</span>
<span class="gf-form-label width-11">TLS/SSL Root Certificate</span>
<input type="text" class="gf-form-input gf-form-input--has-help-icon"
ng-model='ctrl.current.jsonData.sslRootCertFile' placeholder="TLS/SSL root cert file"></input>
<info-popover mode="right-absolute">
@ -74,7 +74,7 @@
</info-popover>
</div>
<div class="gf-form max-width-30">
<span class="gf-form-label width-10">TLS/SSL Client Certificate</span>
<span class="gf-form-label width-11">TLS/SSL Client Certificate</span>
<input type="text" class="gf-form-input gf-form-input--has-help-icon" ng-model='ctrl.current.jsonData.sslCertFile'
placeholder="TLS/SSL client cert file"></input>
<info-popover mode="right-absolute">
@ -83,7 +83,7 @@
</info-popover>
</div>
<div class="gf-form max-width-30">
<span class="gf-form-label width-10">TLS/SSL Client Key</span>
<span class="gf-form-label width-11">TLS/SSL Client Key</span>
<input type="text" class="gf-form-input gf-form-input--has-help-icon" ng-model='ctrl.current.jsonData.sslKeyFile'
placeholder="TLS/SSL client key file"></input>
<info-popover mode="right-absolute">