1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00
This commit is contained in:
sauls8t 2019-08-15 17:15:39 +01:00
parent 32dbab826d
commit 4f248bf018
5 changed files with 15 additions and 19 deletions

View file

@ -18,14 +18,14 @@
</li>
<li class="option {{if isLDAPProvider "selected"}}" {{action "onLDAP"}}>
<div class="text-header">LDAP</div>
<div class="text">Connect to LDAP/ Active Directory</div>
<div class="text">Connect to LDAP/Active Directory</div>
{{#if isLDAPProvider}}
<i class="dicon {{constants.Icon.Tick}}" />
{{/if}}
</li>
<li class="option {{if isCASProvider "selected"}}" {{action "onCAS"}}>
<div class="text-header">CAS</div>
<div class="text">Via authentication server</div>
<div class="text">Via Central Authentication Server</div>
{{#if isCASProvider}}
<i class="dicon {{constants.Icon.Tick}}" />
{{/if}}