File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -578,12 +578,12 @@ <h3 data-i18n="storage.title" class="card-title section-title-inner">File system
578578 </ div >
579579 </ div >
580580
581- < div class ="form-group row mt-10 fsconfig-irods ">
582- < div class ="form-check form-switch form-check-custom form-check-solid " >
583- < input class ="form-check-input " type =" checkbox " id =" idIRODSRequireCSNegotiation " name =" irods_require_cs_negotiation " {{if .IRODSConfig.RequireClientServerNegotiation}}checked{{end}} / >
584- < label data-i18n =" storage.irods_require_cs_negotiation " class ="col-md-3 col- form-label fw-semibold text-gray-800 " for =" idIRODSRequireCSNegotiation ">
585- Use Client-Server negotiation (required for PAM/SSL)
586- </ label >
581+ < div class ="form-group row align-items-center mt-10 fsconfig-irods ">
582+ < label data-i18n =" storage.irods_require_cs_negotiation " class ="col-md-3 col- form-label " for =" idIRODSRequireCSNegotiation " > Use Client-Server negotiation (required for PAM/SSL) </ label >
583+ < div class ="col-md-9 " >
584+ < div class ="form-check form-switch form-check-custom form-check-solid ">
585+ < input class =" form-check-input " type =" checkbox " id =" idIRODSRequireCSNegotiation " name =" irods_require_cs_negotiation " {{if .IRODSConfig.RequireClientServerNegotiation}}checked{{end}} />
586+ </ div >
587587 </ div >
588588 </ div >
589589
You can’t perform that action at this time.
0 commit comments