Skip to content

Commit

Permalink
Re-flow ldap form inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Feb 20, 2025
1 parent cbd892c commit ccf5f63
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions shell/edit/auth/ldap/config.vue
Original file line number Diff line number Diff line change
Expand Up @@ -359,63 +359,63 @@ export default {
:label="t('authConfig.ldap.userLoginFilter')"
/>
</div>
</div>
<div class="row mb-20">
<div class="col span-6">
<LabeledInput
v-model:value="model.userSearchAttribute"
:mode="mode"
:label="t('authConfig.ldap.searchAttribute')"
/>
</div>
</div>
<div class="row mb-20">
<div class="col span-6">
<LabeledInput
v-model:value="model.groupSearchFilter"
:mode="mode"
:label="t('authConfig.ldap.searchFilter')"
/>
</div>
</div>
<div class="row mb-20">
<div class="col span-6">
<LabeledInput
v-model:value="model.userSearchFilter"
:mode="mode"
:label="t('authConfig.ldap.searchFilter')"
/>
</div>
</div>
<div class="row mb-20">
<div class="col span-6">
<LabeledInput
v-model:value="model.groupMemberMappingAttribute"
:mode="mode"
:label="t('authConfig.ldap.groupMemberMappingAttribute')"
/>
</div>
</div>
<div class="row mb-20">
<div class="col span-6">
<LabeledInput
v-model:value="model.userEnabledAttribute"
:mode="mode"
:label="t('authConfig.ldap.userEnabledAttribute')"
/>
</div>
</div>
<div class="row mb-20">
<div class="col span-6">
<LabeledInput
v-model:value="model.groupDNAttribute"
:mode="mode"
:label="t('authConfig.ldap.groupDNAttribute')"
/>
</div>
</div>
<div class="row mb-20">
<div class="col span-6">
<LabeledInput
v-model:value="model.disabledStatusBitmask"
:mode="mode"
:label="t('authConfig.ldap.disabledStatusBitmask')"
/>
</div>
</div>
<div class="row mb-20">
<div
v-if="!isSamlProvider"
class=" col span-6"
Expand Down

0 comments on commit ccf5f63

Please sign in to comment.