diff --git a/openid-connect-server/src/main/webapp/WEB-INF/tags/topbar.tag b/openid-connect-server/src/main/webapp/WEB-INF/tags/topbar.tag
index 13b2055e1..443ade3a5 100644
--- a/openid-connect-server/src/main/webapp/WEB-INF/tags/topbar.tag
+++ b/openid-connect-server/src/main/webapp/WEB-INF/tags/topbar.tag
@@ -52,7 +52,7 @@
- Log in
+ Log in
diff --git a/openid-connect-server/src/main/webapp/resources/js/admin.js b/openid-connect-server/src/main/webapp/resources/js/admin.js
index 99070784d..abb7d2e63 100644
--- a/openid-connect-server/src/main/webapp/resources/js/admin.js
+++ b/openid-connect-server/src/main/webapp/resources/js/admin.js
@@ -413,7 +413,7 @@
},
events:{
- "click .btn-primary":"saveClient",
+ "click .btn-save":"saveClient",
"click #allowRefresh" : "toggleRefreshTokenTimeout",
"click #disableAccessTokenTimeout" : function(){ $("#access-token-timeout-seconds", this.$el).prop('disabled',!$("#access-token-timeout-seconds", this.$el).prop('disabled')); },
"click #disableIDTokenTimeout" : function(){ $("#id-token-timeout-seconds", this.$el).prop('disabled',!$("#id-token-timeout-seconds", this.$el).prop('disabled')); },
@@ -857,7 +857,7 @@
},
events:{
- 'click .btn-primary':'saveWhiteList',
+ 'click .btn-save':'saveWhiteList',
'click .btn-cancel':'cancelWhiteList',
},
diff --git a/openid-connect-server/src/main/webapp/resources/template/admin.html b/openid-connect-server/src/main/webapp/resources/template/admin.html
index 83076702a..fd461d0fd 100644
--- a/openid-connect-server/src/main/webapp/resources/template/admin.html
+++ b/openid-connect-server/src/main/webapp/resources/template/admin.html
@@ -9,27 +9,32 @@
<%=clientId%>
- <%=clientDescription%>
+
|
<%=clientName%>
+ <% if (clientDescription) { %>
+ <%=clientDescription%>
+ <% } %>
|
-
+
+
+
|
@@ -56,8 +61,9 @@