From 2df0325b2da4c19b53b3b236275371fc56f6d6a8 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 24 Dec 2020 23:06:33 -0700 Subject: fixed table header camel-case --- webapps/ldapadmin/clojurescript/ldapadmin/src/core.cljs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webapps/ldapadmin/clojurescript') 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")] -- cgit v1.3