Font Awesome icon update
Updated class attribute to also support new version of FA v6 trash can
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
<td>{% if key.key_type in HIDE_DISABLE %}
|
<td>{% if key.key_type in HIDE_DISABLE %}
|
||||||
----
|
----
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="javascript:void(0)" onclick="deleteKey({{ key.id }},'{{ key.key_type }}')"> <span class="fa fa-trash"></span></a></td>
|
<a href="javascript:void(0)" onclick="deleteKey({{ key.id }},'{{ key.key_type }}')"> <span class="fa fa-trash fa-solid fa-trash-can"></span></a></td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
|
|||||||
Reference in New Issue
Block a user