Dashboard widget links use underlying file name
when constructing the var name for _title_link.Prior to this, the link for Dynamic DNS Status was not happening. That was because the text $widgetconfig['name'] is "Dynamic DNS Status". But the key of this array ($widgetname inside this loop) is the underlying file name "dyn_dns_status"....
fix input color
Merge pull request #2190 from phil-davis/r1
Merge pull request #2189 from phil-davis/patch-3
Merge pull request #2188 from phil-davis/log-breadcrumbs
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
Standardize Firewall Logs breadcrumbs
fix widget header links
View revisions
Also available in: Atom