Skip to content

Commit 285f5ef

Browse files
committed
added some header icons
1 parent 042a109 commit 285f5ef

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
<% if (client.allowIntrospection) { %>
4242
<span class="label label-inverse allow-introspection"><i class="icon-eye-open icon-white"></i></span>
4343
<% } %>
44-
<small class="muted" title="<%= hoverCreationDate %>">Registered <%= displayCreationDate %></small>
44+
</div>
45+
<div>
46+
<small class="muted" title="<%= hoverCreationDate %>"><i class="icon-time"></i> Registered <%= displayCreationDate %></small>
4547
</div>
4648
<div class="matched text-info">
4749
<small><i>Matched: <span class="label"></span></i></small>
@@ -125,7 +127,7 @@
125127
<th></th>
126128
<th>Client</th>
127129
<th>Information</th>
128-
<th></th>
130+
<th><i class="icon-edit"></i></th>
129131
</tr>
130132
</thead>
131133
<tbody>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<tr>
4646
<th></th>
4747
<th>Application</th>
48-
<th></th>
49-
<th></th>
48+
<th><i class="icon-time"></i></th>
49+
<th><i class="icon-edit"></i></th>
5050
</tr>
5151
</thead>
5252
<tbody>
@@ -69,8 +69,8 @@
6969
<tr>
7070
<th></th>
7171
<th>Application</th>
72-
<th></th>
73-
<th></th>
72+
<th><i class="icon-time"></i></th>
73+
<th><i class="icon-edit"></i></th>
7474
</tr>
7575
</thead>
7676
<tbody>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<th></th>
5757
<th>Client</th>
5858
<th>Scopes</th>
59-
<th></th>
59+
<th><i class="icon-edit"></i></th>
6060
</tr>
6161
</thead>
6262
<tbody>

0 commit comments

Comments
 (0)