diff options
author | jim-p <jimp@pfsense.org> | 2016-03-08 14:26:47 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2016-03-08 14:26:47 -0500 |
commit | 19d5cc63fd8f066f48498ba8942425478e0ab5de (patch) | |
tree | 6a078b2c32061a250f6861cfea3e4b764bd2066a | |
parent | ce883f9fcba27ae7a167f37295f57983280f7964 (diff) | |
download | pfsense-19d5cc63fd8f066f48498ba8942425478e0ab5de.zip pfsense-19d5cc63fd8f066f48498ba8942425478e0ab5de.tar.gz |
Change shortcut bar status icon to bar-chart, the gear/cog purpose was unclear, looked too much like a settings icon. Ticket #5965
-rw-r--r-- | src/usr/local/www/shortcuts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/shortcuts.inc b/src/usr/local/www/shortcuts.inc index 8561352..a172616 100644 --- a/src/usr/local/www/shortcuts.inc +++ b/src/usr/local/www/shortcuts.inc @@ -150,7 +150,7 @@ function get_shortcut_status_link($shortcut_section, $addspace = true, $service break; } if (!empty($link)) { - return "{$space}<a href=\"{$link}\" title=\"" . gettext("Related status") . "\"><i class=\"fa fa-cog\"></i></a>"; + return "{$space}<a href=\"{$link}\" title=\"" . gettext("Related status") . "\"><i class=\"fa fa-bar-chart\"></i></a>"; } return ""; } |