From 3d7b4a9f68f5b5c06bc6c039c90ee8406a56e500 Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Mon, 12 Jul 2021 17:08:56 +0200 Subject: Add Datalist to help search users or group in LDAP admin page --- templates/admin_ldap.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/admin_ldap.html b/templates/admin_ldap.html index 7b274dc..d1aab29 100644 --- a/templates/admin_ldap.html +++ b/templates/admin_ldap.html @@ -146,7 +146,12 @@
Ajouter au groupe :
- + + + {{ range $key, $value := .ListMemGro}} + + {{end}} +
@@ -182,7 +187,12 @@
Nouveau groupe :
- + + + {{ range $key, $value := .ListMemGro}} + + {{end}} +
-- cgit v1.2.3