added some header icons
parent
042a109312
commit
285f5ef10b
|
@ -41,7 +41,9 @@
|
||||||
<% if (client.allowIntrospection) { %>
|
<% if (client.allowIntrospection) { %>
|
||||||
<span class="label label-inverse allow-introspection"><i class="icon-eye-open icon-white"></i></span>
|
<span class="label label-inverse allow-introspection"><i class="icon-eye-open icon-white"></i></span>
|
||||||
<% } %>
|
<% } %>
|
||||||
<small class="muted" title="<%= hoverCreationDate %>">Registered <%= displayCreationDate %></small>
|
</div>
|
||||||
|
<div>
|
||||||
|
<small class="muted" title="<%= hoverCreationDate %>"><i class="icon-time"></i> Registered <%= displayCreationDate %></small>
|
||||||
</div>
|
</div>
|
||||||
<div class="matched text-info">
|
<div class="matched text-info">
|
||||||
<small><i>Matched: <span class="label"></span></i></small>
|
<small><i>Matched: <span class="label"></span></i></small>
|
||||||
|
@ -125,7 +127,7 @@
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Client</th>
|
<th>Client</th>
|
||||||
<th>Information</th>
|
<th>Information</th>
|
||||||
<th></th>
|
<th><i class="icon-edit"></i></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
@ -45,8 +45,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Application</th>
|
<th>Application</th>
|
||||||
<th></th>
|
<th><i class="icon-time"></i></th>
|
||||||
<th></th>
|
<th><i class="icon-edit"></i></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -69,8 +69,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Application</th>
|
<th>Application</th>
|
||||||
<th></th>
|
<th><i class="icon-time"></i></th>
|
||||||
<th></th>
|
<th><i class="icon-edit"></i></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Client</th>
|
<th>Client</th>
|
||||||
<th>Scopes</th>
|
<th>Scopes</th>
|
||||||
<th></th>
|
<th><i class="icon-edit"></i></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in New Issue