Make LDAP view that contains the server and external ldap
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
|
||||
import LdapServer from '../components/LdapServer.vue';
|
||||
import ExternalLdap from '../components/ExternalLdap.vue';
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<template>
|
||||
<div class="content">
|
||||
<LdapServer />
|
||||
|
||||
<ExternalLdap />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user