diff options
| -rw-r--r-- | webapps/ldapadmin/clojurescript/ldapadmin/src/core.cljs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webapps/ldapadmin/clojurescript/ldapadmin/src/core.cljs b/webapps/ldapadmin/clojurescript/ldapadmin/src/core.cljs index 713a526..02b5f6a 100644 --- a/webapps/ldapadmin/clojurescript/ldapadmin/src/core.cljs +++ b/webapps/ldapadmin/clojurescript/ldapadmin/src/core.cljs @@ -375,16 +375,16 @@ [:table {:class "table table-hover"} [:thead [:tr - [:th "givenname"] + [:th "givenName"] [:th "sn"] [:th "mail"] - [:th "postaladdress"] - [:th "postalcode"] + [:th "postalAddress"] + [:th "postalCode"] [:th "st"] [:th "l"] [:th "telephoneNumber"] [:th "mobile"] - [:th "businesscategory"] + [:th "businessCategory"] [:th "Del"]]] [:tbody (for [ldap-user (get jsonobj "results")] |
