Client ID now showing on display and edit page
parent
48ff2d3d77
commit
a1d85e281e
|
@ -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">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue