Browse Source

added some header icons

pull/630/merge
Justin Richer 11 years ago
parent
commit
285f5ef10b
  1. 6
      openid-connect-server-webapp/src/main/webapp/resources/template/client.html
  2. 8
      openid-connect-server-webapp/src/main/webapp/resources/template/grant.html
  3. 2
      openid-connect-server-webapp/src/main/webapp/resources/template/whitelist.html

6
openid-connect-server-webapp/src/main/webapp/resources/template/client.html

@ -41,7 +41,9 @@
<% if (client.allowIntrospection) { %>
<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 class="matched text-info">
<small><i>Matched: <span class="label"></span></i></small>
@ -125,7 +127,7 @@
<th></th>
<th>Client</th>
<th>Information</th>
<th></th>
<th><i class="icon-edit"></i></th>
</tr>
</thead>
<tbody>

8
openid-connect-server-webapp/src/main/webapp/resources/template/grant.html

@ -45,8 +45,8 @@
<tr>
<th></th>
<th>Application</th>
<th></th>
<th></th>
<th><i class="icon-time"></i></th>
<th><i class="icon-edit"></i></th>
</tr>
</thead>
<tbody>
@ -69,8 +69,8 @@
<tr>
<th></th>
<th>Application</th>
<th></th>
<th></th>
<th><i class="icon-time"></i></th>
<th><i class="icon-edit"></i></th>
</tr>
</thead>
<tbody>

2
openid-connect-server-webapp/src/main/webapp/resources/template/whitelist.html

@ -56,7 +56,7 @@
<th></th>
<th>Client</th>
<th>Scopes</th>
<th></th>
<th><i class="icon-edit"></i></th>
</tr>
</thead>
<tbody>

Loading…
Cancel
Save