Bug #5620
closedminor GUI issue (update widget)
100%
Description
Edit /usr/local/www/widgets/widgets/system_information.widget.php
@ Line 129 add the part in red ( icon-success ):
<div id='updatestatus'><i class="fa fa-cog fa-spin icon-success"></div>
Refresh the dashboard, you will notice the Firmware cog wheel spinning off center
Reported here: https://forum.pfsense.org/index.php?topic=103635.msg577950#msg577950 quoted above.
Updated by Anonymous almost 9 years ago
- Status changed from New to Resolved
- Assignee changed from Anonymous to Jim Thompson
That is because font-awesome icons are not technically icons in the HTML sense, they are characters. The correct class would be "text-succcess" and this works as expected, changing the icon color but without making it eccentric.
Updated by Jared Dillard almost 9 years ago
- Status changed from Resolved to Feedback
I changed the classes to text-* and added the css classes to pfSense.css
Updated by Anonymous almost 9 years ago
- % Done changed from 0 to 100
Applied in changeset 29620ab549c040eea6ebba32acc170a54fc9017d.
Updated by Jared Dillard almost 9 years ago
- Status changed from Feedback to Resolved