From a1d85e281ed354964588b0cd76d7f327af3e1974 Mon Sep 17 00:00:00 2001
From: Michael Jett <mjett@mitre.org>
Date: Wed, 23 May 2012 14:21:08 -0400
Subject: [PATCH] Client ID now showing on display and edit page

---
 .../src/main/webapp/resources/template/client.html          | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/openid-connect-server/src/main/webapp/resources/template/client.html b/openid-connect-server/src/main/webapp/resources/template/client.html
index a68ff86fd..026c64eea 100644
--- a/openid-connect-server/src/main/webapp/resources/template/client.html
+++ b/openid-connect-server/src/main/webapp/resources/template/client.html
@@ -1,4 +1,7 @@
 <script type="text/html" id="tmpl-client">
+    <td>
+        <%=clientId%>
+    </td>
 
     <td>
         <%=clientName%>
@@ -55,6 +58,7 @@
     <table id="client-table" class="table">
         <thead>
         <tr>
+            <th>ID</th>
             <th>Name</th>
             <th>Redirect URI(s)</th>
             <th>Grant Types</th>
@@ -83,7 +87,7 @@
     <div class="">
         <form>
             <fieldset>
-                <legend>Details</legend>
+                <legend>Details for <%=clientId%></legend>
 
                 <div class="well">