Client ID now showing on display and edit page

pull/105/merge
Michael Jett 2012-05-23 14:21:08 -04:00
parent 48ff2d3d77
commit a1d85e281e
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
<script type="text/html" id="tmpl-client"> <script type="text/html" id="tmpl-client">
<td>
<%=clientId%>
</td>
<td> <td>
<%=clientName%> <%=clientName%>
@ -55,6 +58,7 @@
<table id="client-table" class="table"> <table id="client-table" class="table">
<thead> <thead>
<tr> <tr>
<th>ID</th>
<th>Name</th> <th>Name</th>
<th>Redirect URI(s)</th> <th>Redirect URI(s)</th>
<th>Grant Types</th> <th>Grant Types</th>
@ -83,7 +87,7 @@
<div class=""> <div class="">
<form> <form>
<fieldset> <fieldset>
<legend>Details</legend> <legend>Details for <%=clientId%></legend>
<div class="well"> <div class="well">