Switch to using Font Awesome

This should be more consistent.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-01-03 12:44:12 +02:00
parent 5eadd346b9
commit dee16f6c7a
8 changed files with 35 additions and 50 deletions

View File

@@ -52,7 +52,7 @@ $(document).ready(function() {
"' data-ip='" +
row[1] +
"'>" +
'<span class="glyphicon glyphicon-trash"></span>' +
'<span class="far fa-trash-alt"></span>' +
"</button>"
);
}