mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
The custom settings section of SAML sometimes has bad linefeeds
This commit is contained in:
parent
8ea3acc943
commit
0ec2884c29
|
@ -157,9 +157,7 @@
|
||||||
{{ Form::label('saml_custom_settings', trans('admin/settings/general.saml_custom_settings')) }}
|
{{ Form::label('saml_custom_settings', trans('admin/settings/general.saml_custom_settings')) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
{{ Form::textarea('saml_custom_settings', old('saml_custom_settings', $setting->saml_custom_settings), ['class' => 'form-control','placeholder' => 'example.option=false
|
{{ Form::textarea('saml_custom_settings', old('saml_custom_settings', $setting->saml_custom_settings), ['class' => 'form-control','placeholder' => 'example.option=false sp_x509cert=file:///... sp_private_key=file:///', 'wrap' => 'off', $setting->demoMode]) }}
|
||||||
sp_x509cert=file:///...
|
|
||||||
sp_private_key=file:///', 'wrap' => 'off', $setting->demoMode]) }}
|
|
||||||
<p class="help-block">{{ trans('admin/settings/general.saml_custom_settings_help') }}</p>
|
<p class="help-block">{{ trans('admin/settings/general.saml_custom_settings_help') }}</p>
|
||||||
{!! $errors->first('saml_custom_settings', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
|
{!! $errors->first('saml_custom_settings', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue