We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe0443 commit b931fbdCopy full SHA for b931fbd
ui/src/views/authentication/component/LDAP.vue
@@ -48,12 +48,12 @@
48
$t('login.ldap.enableAuthentication')
49
}}</el-checkbox>
50
</el-form-item>
51
- <el-button @click="submit(authFormRef, 'test')" :disabled="loading">
52
- {{ $t('login.ldap.test') }}</el-button
53
- >
54
</el-form>
55
56
<div class="text-right">
+ <el-button @click="submit(authFormRef, 'test')" :disabled="loading">
+ {{ $t('login.ldap.test') }}</el-button
+ >
57
<el-button @click="submit(authFormRef)" type="primary" :disabled="loading">
58
{{ $t('login.ldap.save') }}
59
</el-button>
0 commit comments