summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets
Commit message (Collapse)AuthorAgeFilesLines
...
* Back to use listr instead of vncellt since it has small fonts and mitigate ↵Renato Botelho2014-10-281-9/+8
| | | | changes of go outside the sidget. It should fix #3937
* Simplify logicRenato Botelho2014-10-281-21/+20
|
* Remove unecessary variablesRenato Botelho2014-10-281-5/+3
|
* Whitespace and indentRenato Botelho2014-10-281-59/+85
|
* Fix the log widget to lookup hosts by DNS using a link rather than AJAX. ↵jim-p2014-10-161-2/+2
| | | | Quick fix for now. Ticket #3829
* fix syntaxjim-p2014-09-181-1/+1
|
* Merge pull request #1280 from ExolonDX/branch_master_04Renato Botelho2014-09-161-1/+1
|\
| * Tidy up "gateways.widget.php" XHTMLColin Fleming2014-09-141-1/+1
| | | | | | | | Remove invalid "summary" attribute from TD tag
* | Tidy up "interfaces.widget.php" XHTMLColin Fleming2014-09-141-3/+2
|/ | | | | | Remove duplicate closing TR tag DIV tag cannot be enclosed in a B (bold) tag Change class and style
* Show friendly namesErmal2014-09-111-1/+1
|
* Remove extra charErmal2014-09-111-1/+1
|
* Correct widget displaying of status for tunnelsErmal2014-09-111-1/+2
|
* Properly display number of mobile usersErmal2014-09-111-1/+1
|
* Try to make the ipsec widget usable againErmal2014-09-101-11/+18
|
* Fix traffic graph widget default autoscalePhil Davis2014-09-011-2/+4
| | | | so the radio buttons selection allows only 1 to be selected and the setting is then saved. Forum: https://forum.pfsense.org/index.php?topic=81166.msg
* Merge pull request #1261 from CharlieMarshall/improveInterRenato Botelho2014-08-281-19/+17
|\
| * Remove blank line if only an ipv6 address is in useCharlieMarshall2014-08-281-3/+7
| |
| * improve/tidy up interfaces widgetCharlieMarshall2014-08-281-16/+10
| |
* | Merge pull request #1268 from CharlieMarshall/gatewayWidgetRenato Botelho2014-08-281-33/+13
|\ \
| * | improve look of gateways widgetCharlieMarshall2014-08-251-33/+13
| | |
* | | fix display of traffic graphCharlieMarshall2014-08-251-9/+1
|/ /
* | Revert "improve/tidy up interfaces widget"Renato Botelho2014-08-201-8/+14
| | | | | | | | | | | | I pushed it accidentally, will wait a fixed version of the patch This reverts commit b75192e3bc851e80d6bfd33c12849dbc269039fb.
* | improve/tidy up interfaces widgetCharlieMarshall2014-08-201-14/+8
|/
* Merge pull request #1232 from N0YB/Widget_GatewaysRenato Botelho2014-07-181-3/+6
|\
| * Better string checkN0YB2014-06-131-5/+6
| |
| * Remove htmlspecialchars() call for a fixed string.N0YB2014-06-131-1/+1
| |
| * Populate gateway address field with tilde if there is no address or friendly ↵N0YB2014-06-081-0/+2
| | | | | | | | | | | | interface. This is to match the update data.
* | Merge pull request #1236 from N0YB/Widget_Services_StatusRenato Botelho2014-07-181-1/+1
|\ \
| * | Remove Status Verbiage. Consumes too much realestate in widget. Status ↵N0YB2014-06-151-1/+1
| | | | | | | | | | | | icon without the verbiage is sufficient in widget view.
* | | Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-072-6/+3
| | |
* | | Simplify logic, add some protection to user input parametersRenato Botelho2014-06-181-27/+25
| | |
* | | Fix whitespaces and indentRenato Botelho2014-06-181-49/+52
| | |
* | | Protect servicestatusfilter parameter with htmlspecialchars()Renato Botelho2014-06-171-1/+1
| | |
* | | Protect rssfeed parameters with htmlspecialchars()Renato Botelho2014-06-171-6/+6
|/ /
* | Replace Header() calls by lowercaseRenato Botelho2014-06-133-3/+3
| |
* | Tidy up misc. widgets XHTMLColin Fleming2014-06-057-15/+15
|/ | | | | | | | | | | | | | | | | | | | | | | captive_portal_status.widget.php Remove NAME from TABLE tag, not valid in XHTML carp_status.widget.php Add missing closing TD tag dyn_dns_status.widget.php and installed_packages.widgete.php Update TD class to single line load_balancer_status.widget.php Add quotes to missing TD background colour traffic_graphs.widget.php Tidy up HTML Boolean operator Make NAME and ID in INPUT tag unique wake_on_lan.widget.php Remove B tag from "widgetsubheader", alread in CSS Center message across all columns within table
* Bring in proper gmirror support for the GUI and notifications.jim-p2014-05-302-86/+1
| | | | | | Made a general gmirror library to perform various gmirror tasks and get information, using some of the former widget logic to start. Updated widget to use this new code. Added a Diag > GEOM Mirrors page that displays information about existing mirrors and perform various management tasks. Current actions include rebuilding a drive, forgetting disconnected mirror drives, insert/remove, deactivate/activate, clearing medatada. It's now possible to use the GUI to rebuild a failed mirror by performing a forget, then insert action to replace a missing/dead drive. Also included is a notification setup. Mirror status is polled every 60 seconds, and if any aspect of the mirror changes, notifications are issues that alert in the GUI and by SMTP, etc.
* Use script-friendly gmirror status output to build this info, old method was ↵jim-p2014-05-281-9/+4
| | | | breaking output when the mirror was being rebuilt.
* Merge pull request #1205 from ExolonDX/branch_master_59Renato Botelho2014-05-221-2/+2
|\
| * Update SCRIPT tags.Colin Fleming2014-05-191-2/+2
| | | | | | | | Add CDATA sections to SCRIPT tags in various files
* | Merge pull request #1203 from ExolonDX/branch_master_56Renato Botelho2014-05-221-13/+14
|\ \
| * | Tidy up "log.widget.php" XHTMLColin Fleming2014-05-191-13/+14
| |/ | | | | | | | | | | | | | | Add CR to SCRIPT Update HTML Boolean operators Move NOWRAP into CLASS statement Deprecate Ampersand in Anchor tags Add dummy row to TBODY, but don't display it.
* | Merge pull request #1168 from ExolonDX/branch_master_16Renato Botelho2014-05-221-8/+16
|\ \
| * | Tidy up "status_graph" XHTMLColin Fleming2014-05-171-8/+16
| |/ | | | | | | | | | | | | | | | | | | Move "fbegin.inc" between BODY and SCRIPT Add CDATA sections to SCRTIPS Update HTML Boolean operators Remove EMBED, propriietary tag, replace with OBJECT Add SUMMARY to TABLES Add missing closing P tag Close INPUT tags
* | Display space usage for all mounted filesystems, not just /. Also display FS ↵jim-p2014-05-221-4/+14
|/ | | | type and indicate if it's a RAM disk.
* add guiconfig to widgets not including it. ticket #3498Chris Buechler2014-05-142-0/+2
|
* Fix firewall log widget rule lookup to consider tracker id.jim-p2014-05-081-1/+1
|
* Tidy up "system_information.widget.php" XHTMLColin Fleming2014-04-011-5/+7
| | | | | Add CDATA secttions to script Remove link to CSS file and place it in HEAD.INC and add "type"
* javascript normalization ayvis2014-03-261-2/+2
|
* removed duplicate type=text/javascriptayvis2014-03-255-7/+4
| | | added type for <script>
OpenPOWER on IntegriCloud