Project

General

Profile

Actions

Bug #5620

closed

minor GUI issue (update widget)

Added by Jim Thompson over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
Start date:
12/10/2015
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:

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.

Actions #1

Updated by Anonymous over 8 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.

Actions #2

Updated by Jared Dillard over 8 years ago

  • Status changed from Resolved to Feedback

I changed the classes to text-* and added the css classes to pfSense.css

Actions #3

Updated by Anonymous over 8 years ago

  • % Done changed from 0 to 100
Actions #4

Updated by Jared Dillard over 8 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF