summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining copy/paste message from last commitRenato Botelho2015-12-141-1/+1
|
* Add icon on retrieving gw widgetRenato Botelho2015-12-141-1/+1
|
* Mod to Services Status WidgetBBcan1772015-12-121-2/+2
|
* Fixed #5620 change css classes from icon- to text-Jared Dillard2015-12-121-3/+3
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-115-5/+5
|
* Use the _title var to make the widget titlePhil Davis2015-12-102-2/+2
| | | | | | | | | | Each widget has an include file that already has the required widget title 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 the stuff that was capitalizing the file name and then having a list of special cases... This meant the loop that includes the widget include files had to be moved higher up in the code.
* Merge pull request #2190 from phil-davis/r1Stephen Beaver2015-12-0910-90/+121
|\
| * Widgets format and white spacePhil Davis2015-12-0910-90/+121
| |
* | Merge pull request #2189 from phil-davis/patch-3Stephen Beaver2015-12-091-1/+1
|\ \
| * | OpenVPN Widget fix column header textPhil Davis2015-12-091-1/+1
| |/
* | Interface Stats Widget make rows standard sizePhil Davis2015-12-091-1/+1
|/ | | | | | | 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). I put in the bold tag to keep the "Packets In" "Packets Out"... names bold. Is there some other fancy way that should be done with styles... somewhere, or is hardcoding a "b" tag OK? Note: This would also resolve the comments in forum topic https://forum.pfsense.org/index.php?topic=103605.0 - that is talking about the Interface Statistics Widget row spacing in 2.2.5 - where the rows are also taller than those on other widgets. Of course the poster of that thread would have to go to 2.3 to get the benefit here.
* Ticket #5518 update firewall rule icon colorsJared Dillard2015-12-021-3/+3
|
* Tidy up "captive_portal_status.widget.php"Colin Fleming2015-12-011-5/+5
| | | | Close the TH tags properly
* Potential fox for #5554Stephen Beaver2015-11-301-5/+35
|
* correct function callJared Dillard2015-11-301-1/+1
|
* clean up installed packagesJared Dillard2015-11-301-9/+9
|
* Log Widget - SourceNOYB2015-11-291-1/+1
| | | | | Source port is not all that useful in widget view and takes up space better used by destination. Add missing semi-colon.
* Tidy up Boolean operators for HTML5Colin Fleming2015-11-295-15/+15
| | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* Merge pull request #2126 from ExolonDX/branch_04Renato Botelho2015-11-2711-53/+72
|\
| * Tidy up various widgetsColin Fleming2015-11-2711-53/+72
| |
* | Type up "installed_packages.widget.php"Colin Fleming2015-11-261-2/+2
|/ | | | | Add missing closing > bracket Add type to SCRIPT tag
* clean up inline stylesJared Dillard2015-11-251-3/+3
|
* clean up inline stylesJared Dillard2015-11-251-8/+8
|
* change reject icon to handJared Dillard2015-11-251-1/+1
|
* Move get_pkg_info() call to ajax request to make widget more responsiveRenato Botelho2015-11-241-13/+15
|
* Add cog icon while loadingRenato Botelho2015-11-241-1/+1
|
* Extra safety belts on the RSS widget settingsjim-p2015-11-231-3/+3
|
* Added cog icon while loadingStephen Beaver2015-11-231-1/+1
|
* browser supported nowJared Dillard2015-11-231-1/+0
|
* clean up thermal widgetJared Dillard2015-11-231-5/+1
|
* IPSec statistis updated dynamicallyStephen Beaver2015-11-231-101/+153
| | | | Partial fix to #5520
* Interface widget icon adjustmentsjim-p2015-11-231-5/+10
|
* Use some icons here that have a somewhat more relevant appearance (no exact ↵jim-p2015-11-231-2/+2
| | | | matches, unfortunately)
* Don't reuse $icon here - results should be two different icons. Fixes #5519jim-p2015-11-231-4/+4
|
* Fix the interfaces widget to show the IP address of v6 only interfaces.Luiz Otavio O Souza2015-11-221-1/+1
|
* Tidy up "services_status.widget.php"Colin Fleming2015-11-211-6/+6
| | | | | Update code style Close TH tags properly
* Removed no longer needed jQueryStephen Beaver2015-11-201-8/+0
|
* clean up interface statistics widgetJared Dillard2015-11-201-5/+5
|
* clean up installed packages widgetJared Dillard2015-11-201-5/+5
|
* clean up gateways widgetJared Dillard2015-11-201-10/+9
|
* remove inline stylesJared Dillard2015-11-201-1/+1
|
* Completes #5263Stephen Beaver2015-11-201-84/+122
|
* Gateways widget remove unused codePhil Davis2015-11-191-12/+0
| | | This stuff is done further down. Somewhere in the integration of RELENG_2_2 and Bootstrap this chunk of code has been accidentally duplicated. It is not like this in RELENG_2_2.
* Fix $5475 $display_type needs to be set earlierPhil Davis2015-11-191-7/+7
|
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-185-14/+14
|
* Fixed #5475Stephen Beaver2015-11-181-105/+145
|
* Restored glyphicon import until @jdillard can eleimnate those iconsStephen Beaver2015-11-181-2/+4
|
* Remove unused variableRenato Botelho2015-11-181-2/+0
|
* Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-173-16/+16
|
* Use manual stirping on table loadStephen Beaver2015-11-171-1/+2
|
OpenPOWER on IntegriCloud