summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-18 16:27:36 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-18 16:31:58 -0600
commit1b7379f9e35758842e091a79150feaf2ac1e416b (patch)
tree4e94725f8a275a58bb5de54b9942bee11df2ef5a /src/usr/local/www/diag_dump_states.php
parentd86522be85e13e743539e2c028dddb6b3534dbfb (diff)
downloadpfsense-1b7379f9e35758842e091a79150feaf2ac1e416b.zip
pfsense-1b7379f9e35758842e091a79150feaf2ac1e416b.tar.gz
Ticket #5471 another convert batch to font-awesome icons
Diffstat (limited to 'src/usr/local/www/diag_dump_states.php')
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index 96d20b7..f255b22 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -209,7 +209,7 @@ print $form;
<td><?= $state ?></td>
<td>
- <a class="btn icon icon-remove" data-entry="<?=$srcip?>|<?=$dstip?>"
+ <a class="btn fa fa-times" data-entry="<?=$srcip?>|<?=$dstip?>"
title="<?=sprintf(gettext('Remove all state entries from %s to %s'), $srcip, $dstip);?>"></a>
</td>
</tr>
OpenPOWER on IntegriCloud