summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Clean up another closing tag followed by openingNewEraCracker2016-02-101-2/+1
|
* CleanupNewEraCracker2016-02-102-9/+2
| | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* Further revision to service hiding systemStephen Beaver2016-02-091-9/+11
|
* Revised hidingStephen Beaver2016-02-091-2/+2
|
* Revised service hidingStephen Beaver2016-02-091-3/+5
|
* Fixed #5858Stephen Beaver2016-02-091-0/+14
| | | | Adds an incrementing suffix to service names when there are duplicates
* Use IEC MiB units on dashboardPhil Davis2016-02-091-3/+3
| | | | | | 1) physmem calculation is already in MiB 2) swapinfo -m actually reports in MiB - good 3) The code that gathers the disk space data already uses "df -h" which reports in IEC units, but the output just has the single char "M", "G" etc. We can always add "iB" here. As it happens all these numbers are already in powers of 1024 - it just needs the "iB" to be explicitly shown.
* Return blank rather than 0ms/0% for unmonitored gateways latency and loss. ↵Chris Buechler2016-02-041-1/+5
| | | | Show on dashboard widget when a gateway is unmonitored. Ticket #2226
* Add RFC 2136 support to the DynDNS widgetjim-p2016-02-031-7/+34
|
* Fix up DynDNS widget to follow recent changes in DynDNS for Namecheapjim-p2016-02-021-3/+14
|
* HTML Compliance - Widget - Firewall LogsNOYB2016-01-261-1/+1
| | | | Attribute (that|triggered|this|action) not allowed on element a at this point.
* Widget - Firewall Log - TweaksNOYB2016-01-251-17/+43
| | | | | | | | | Add a table row when there are no entries to prevent scroll bars after ajax update. Add no logs to display message. Add update interval configuration setting. Add configuration form placeholders. Don't include ':' when no port such as for ICMP. Remove unused block of code. AJAX is using get method.
* Replaced jQuery to $ in same filesFrancisco Cavalcante2016-01-227-70/+70
|
* Merge pull request #2500 from NOYB/Firewall_Log_Widget_-_Revert_AbbreviationRenato Botelho2016-01-221-2/+2
|\
| * Firewall Log Widget - Revert AbbreviationNOYB2016-01-211-2/+2
| | | | | | | | | | | | | | | | | | Fine to spell out 'Destination' here. 1) Field content already has column wide enough. 2) Consistent with firewall log. 3) Already translated. Return interface abbreviation to it's original uppercase 'IF' to not look so much like the word 'If'.
* | Internationalize dashboard widgetsPhil Davis2016-01-2236-147/+154
|/
* Add standard deviation to gateway status and widgetDenny Page2016-01-181-1/+3
|
* Show interface description in traffic graph widget settingsPhil Davis2016-01-181-1/+1
| | | Forum: https://forum.pfsense.org/index.php?topic=105448.0
* Reverting change of label. It broke the displayStephen Beaver2016-01-151-3/+3
|
* Fix graph scale settingStephen Beaver2016-01-151-2/+2
|
* Lowercase this opening tagNewEraCracker2016-01-141-1/+1
|
* All simple php echo to shortNewEraCracker2016-01-144-7/+7
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Merge pull request #2436 from NewEraCracker/rewordingStephen Beaver2016-01-141-2/+2
|\
| * Replace abbreviations with complete wordNewEraCracker2016-01-141-2/+2
| |
* | Return string and printNOYB2016-01-141-14/+17
|/
* Newline is added only if both IPv4 and IPv6 addresses presentStephen Beaver2016-01-131-1/+6
|
* Gateways Widget Refactor init-ajaxNOYB2016-01-131-104/+109
| | | | | Move table content creation into a function so initial table load can be done normally without resize flicker. Subsequent content updates remain via ajax.
* Convert remaining short_open_tag occurances. See PR #2378NewEraCracker2016-01-111-1/+1
|
* Remove/recover empty space below DNS servers unordered list.NOYB2016-01-091-1/+1
|
* Remove blank line if version check disabled.NOYB2016-01-091-1/+1
|
* Use Bootstraps text alignment classes (part 2)Colin Fleming2016-01-081-1/+1
| | | | use Bootstraps CLASS statement instead "align" statement
* Fixed #5738Stephen Beaver2016-01-061-0/+2
|
* HTML Compliance - Services Status WidgetNOYB2016-01-011-2/+8
| | | | | Element option without attribute label must not be empty. <option selected></option>
* Add output validation here too. Ticket #5351Chris Buechler2015-12-291-2/+2
|
* Encode hostname before printing; remove some related dead code.jim-p2015-12-211-1/+1
|
* Merge pull request #2305 from ExolonDX/branch_04Renato Botelho2015-12-212-2/+5
|\
| * Update wake_on_lan.widget.phpColin Fleming2015-12-201-1/+0
| | | | | | Remove unused TD tag
| * Tidy up widgetsColin Fleming2015-12-202-1/+5
| | | | | | | | | | | | | | | | ipsec.widget.php - add missing TR tags to THEAD wake_on_lan.widget.php - remove stray double quotes
* | Use Bootstraps text alignment classesColin Fleming2015-12-192-18/+18
|/ | | | | As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
* HTML Compliance - Wake On LAN WidgetNOYB2015-12-171-4/+4
| | | | | Align attribute not supported on td tag in HTML5 use css instead. Center tag not supported in HTML5 use css instead.
* Merge pull request #2283 from ExolonDX/branch_02Stephen Beaver2015-12-171-23/+7
|\
| * Tidy up "ntp_status.widget.php"Colin Fleming2015-12-171-23/+7
| | | | | | | | | | | | - Tidy up coding style - Remove unnecessary DIV tab - Update TABLE tag
* | Correct quotes around $ifdesc introduced in PR 2282Stephen Beaver2015-12-171-1/+1
| |
* | Tidy up "services_dyndns.php"Colin Fleming2015-12-171-38/+26
|/ | | | | | | | | | | | | | | | | services_dyndns.php - remove duplicate double quotes - tidy up tabs/spaces services_rfc2136.php - remove duplicate double quotes - tidy up tabs/spaces dyn_dns_status.widget.php - change echo to print - change FONT tag to SPAN tags and use correct class - remove DIV and change table to correct format - add THEAD and TBODY - remove CLASS statement from table cells and add to the table row
* Fixed #5650Stephen Beaver2015-12-171-4/+7
|
* Merge pull request #2267 from phil-davis/r018Stephen Beaver2015-12-171-4/+4
|\
| * dyn_dns_status widget avoid var naming issuePhil Davis2015-12-171-4/+4
| | | | | | | | | | | | | | | | This use of var $i was conflicting and interfering with a use of it in index.php Use a much more unique name for now to avoid future risk. Maybe a proper final solution for var naming across dashboard and widget is needed - but that is a design issue to be discussed.
* | Merge pull request #2266 from ↵Stephen Beaver2015-12-177-7/+7
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_Dashboard_-_Widget_Config_Panel
| * | HTML Compliance - Dashboard - Widget Config PanelNOYB2015-12-167-7/+7
| |/ | | | | | | | | | | | | | | Bad value #widget-system_information .panel-footer for attribute href on element a: Illegal character in fragment: not a URL code point. Fix the widget config/wrench icon href. Add matching widgetname id tag to widgets configuration panel div element. Note: Thermal Sensors widget config panel already had a different id tag. Couldn't find anything that referenced it though. If that is correct then it should be safe to change it to widgetname to be consistent with the other widgets.
* | Merge pull request #2263 from phil-davis/r016Stephen Beaver2015-12-171-38/+1
|\ \
OpenPOWER on IntegriCloud