summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-14 11:51:13 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-14 11:51:13 +0545
commitad95d1bcc795fcd4e148be23337e69167cbb561c (patch)
tree1a6c8c32b912769f95dbd8d4174041948e7ab22c /src/usr/local/www/diag_dump_states.php
parentcd656b85255feee8313e6081325f05db7a6c2642 (diff)
downloadpfsense-ad95d1bcc795fcd4e148be23337e69167cbb561c.zip
pfsense-ad95d1bcc795fcd4e148be23337e69167cbb561c.tar.gz
Use trash icon in diag states display
This had an "x" icon button. Should it be a trash icon?
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 13777d4..70cfd68 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -207,7 +207,7 @@ print $form;
<td><?= $state ?></td>
<td>
- <a class="btn fa fa-times" data-entry="<?=$srcip?>|<?=$dstip?>"
+ <a class="btn fa fa-trash" data-entry="<?=$srcip?>|<?=$dstip?>"
title="<?=sprintf(gettext('Remove all state entries from %s to %s'), $srcip, $dstip);?>"></a>
</td>
</tr>
OpenPOWER on IntegriCloud