From 7a6c96a759c303bcc99c3a835e7f8d8a05a83ad9 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Mon, 19 Nov 2012 14:10:37 -0500 Subject: [PATCH] fixed links --- .../src/main/webapp/WEB-INF/tags/sidebar.tag | 4 ++-- openid-connect-server/src/main/webapp/resources/js/admin.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openid-connect-server/src/main/webapp/WEB-INF/tags/sidebar.tag b/openid-connect-server/src/main/webapp/WEB-INF/tags/sidebar.tag index c1139ea52..762fbcba7 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/tags/sidebar.tag +++ b/openid-connect-server/src/main/webapp/WEB-INF/tags/sidebar.tag @@ -6,8 +6,8 @@
  • Manage Clients
  • -
  • White Lists
  • -
  • Black Lists
  • +
  • Whitelisted Clients
  • +
  • Blacklisted Clients
  • Manage Sites
  • 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 bb6d33390..18100335e 100644 --- a/openid-connect-server/src/main/webapp/resources/js/admin.js +++ b/openid-connect-server/src/main/webapp/resources/js/admin.js @@ -1188,7 +1188,7 @@ this.breadCrumbView.collection.reset(); this.breadCrumbView.collection.add([ {text:"Home", href:""}, - {text:"Manage Blacklisted Sites", href:"manage/#admin/blacklists"} + {text:"Manage Blacklisted Sites", href:"manage/#admin/blacklist"} ]); var view = this.blackListListView;