summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-11 09:37:32 -0500
committerjim-p <jimp@pfsense.org>2016-03-11 09:37:32 -0500
commit8a3c6f0c9e537832b1c15e64bac1d97db1442044 (patch)
tree40e28ef9c8ccec52b6e45d646f958bd887056421 /src/usr/local/www/diag_tables.php
parent6400975d5d398d9c3771808c637506c9d1d20534 (diff)
downloadpfsense-8a3c6f0c9e537832b1c15e64bac1d97db1442044.zip
pfsense-8a3c6f0c9e537832b1c15e64bac1d97db1442044.tar.gz
Use a more clear icon/wording on Diag > Tables button to flush the table. Ticket #5965
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index d46cb93..cf0f956 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -184,9 +184,9 @@ if ($bogons || $urltable || !empty($entries)) {
} elseif (!empty($entries)) {
$group->add(new Form_Button(
'clearall',
- 'Clear Table',
+ 'Empty Table',
null,
- 'fa-undo'
+ 'fa-trash'
))->addClass('btn-danger btn-sm');
}
}
OpenPOWER on IntegriCloud