fixed icon and variable reference
parent
e86f19bd7c
commit
1f4b97bc7e
|
@ -385,11 +385,11 @@
|
||||||
|
|
||||||
<script type="text/html" id="tmpl-grant">
|
<script type="text/html" id="tmpl-grant">
|
||||||
<td>
|
<td>
|
||||||
<% if (dynamicallyRegistered) { %>
|
<% if (client.dynamicallyRegistered) { %>
|
||||||
<span class="dynamically-registered"><i class="icon-cog"></i></span>
|
<span class="dynamically-registered"><i class="icon-cog"></i></span>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (whitelistedSite != null) { %>
|
<% if (grant.whitelistedSite != null) { //TODO: change to icon-certificate %>
|
||||||
<span class="whitelisted-site"><i class="icon-certificate"></i></span>
|
<span class="whitelisted-site"><i class="icon-ok-sign"></i></span>
|
||||||
<% } %>
|
<% } %>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue