summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-09 23:36:27 +0200
committerheper <heper@users.noreply.github.com>2015-10-09 23:36:27 +0200
commitbfd0e4ceb76038cf51019f8684d33a50807d8728 (patch)
tree9e2d5514cdf7add636ad13d063414ab7497baef6 /src/usr/local/www/diag_dump_states.php
parent9efe9a8d5973e16d16703910a8ec73d9246a7809 (diff)
downloadpfsense-bfd0e4ceb76038cf51019f8684d33a50807d8728.zip
pfsense-bfd0e4ceb76038cf51019f8684d33a50807d8728.tar.gz
proposed fix for Bug #5194
https://redmine.pfsense.org/issues/5194
Diffstat (limited to 'src/usr/local/www/diag_dump_states.php')
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index aeb1679..be9ea58 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -209,8 +209,8 @@ print $form;
<td><?= $state ?></td>
<td>
- <a class="btn btn-xs btn-danger" data-entry="<?=$srcip?>|<?=$dstip?>"
- title="<?=sprintf(gettext('Remove all state entries from %s to %s'), $srcip, $dstip);?>">Remove</a>
+ <a class="btn icon icon-remove" data-entry="<?=$srcip?>|<?=$dstip?>"
+ title="<?=sprintf(gettext('Remove all state entries from %s to %s'), $srcip, $dstip);?>"></a>
</td>
</tr>
<?php $row++; } ?>
@@ -227,4 +227,4 @@ if ($row == 0) {
print('<p class="alert alert-warning">' . $errmsg . '</p>');
}
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud