mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Remove display of port number since it’s ignored anyway
This commit is contained in:
parent
1747be4b29
commit
23e23bab90
|
@ -151,7 +151,7 @@
|
|||
|
||||
@if ($setting->ldap_enabled == 1)
|
||||
<td>
|
||||
{{ $setting->ldap_server }}:{{ $setting->ldap_port }}
|
||||
{{ $setting->ldap_server }}
|
||||
@if ($setting->is_ad == '1')
|
||||
(Active Directory)
|
||||
@endif
|
||||
|
|
Loading…
Reference in a new issue