mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 22:19:41 -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)
|
@if ($setting->ldap_enabled == 1)
|
||||||
<td>
|
<td>
|
||||||
{{ $setting->ldap_server }}:{{ $setting->ldap_port }}
|
{{ $setting->ldap_server }}
|
||||||
@if ($setting->is_ad == '1')
|
@if ($setting->is_ad == '1')
|
||||||
(Active Directory)
|
(Active Directory)
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Reference in a new issue