diff --git a/admin-ui/plugins/auth-server/components/Configuration/Keys/Jwks/JwkItem.js b/admin-ui/plugins/auth-server/components/Configuration/Keys/Jwks/JwkItem.js
index b6377c0e4..48265f553 100644
--- a/admin-ui/plugins/auth-server/components/Configuration/Keys/Jwks/JwkItem.js
+++ b/admin-ui/plugins/auth-server/components/Configuration/Keys/Jwks/JwkItem.js
@@ -5,134 +5,171 @@ import {
Input,
Card,
CardBody,
+ Accordion,
} from '../../../../../../app/components'
+import moment from 'moment'
import GluuLabel from '../../../../../../app/routes/Apps/Gluu/GluuLabel'
function JwkItem({ item, index }) {
+
return (
-