Add icon on retrieving gw widget
Mod to Services Status Widget
Fixed #5620 change css classes from icon- to text-
Rename of files to better match their position in the memory structure
Use the _title var to make the widget title
Each widget has an include file that already has the required widgettitle in a var like $dyn_dns_status_title $carp_status_title etc.Use that var to set the displayed title of the widget, rather than thestuff that was capitalizing the file name and then having a list of...
Merge pull request #2190 from phil-davis/r1
Merge pull request #2189 from phil-davis/patch-3
Interface Stats Widget make rows standard size
The rows of data were taller than expected, and the name "Packets In", "Packets Out" etc. in the left column did not line up exactly horizontally with the numbers in the other columns. Seems to be because the "name" column was a "th" tag. If it is just "td" like the numbers then everything lines up and the row height is less (it then looks the same as other widgets that have this style of table)....
Widgets format and white space
OpenVPN Widget fix column header text
View revisions
Also available in: Atom