summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Show if a CPU has AES-NI/CPU crypto support even if the module isn't loaded. ↵jim-p2017-05-121-0/+3
| | | | Implements #7529
* Merge pull request #3726 from phil-davis/multi-widget-optionalRenato Botelho2017-05-1013-0/+82
|\
| * Make multi-widget optional by widgetPhil Davis2017-05-0713-0/+82
| |
* | Merge pull request #3710 from phil-davis/edit-widget-title1Renato Botelho2017-05-1013-111/+120
|\ \ | |/ |/|
| * Allow customize of dashboard widget namesPhil Davis2017-04-2713-111/+120
| |
* | Subst Unique/Device in System INfo WidgetSteve Beaver2017-05-031-1/+1
| |
* | Merge pull request #3714 from phil-davis/patch-10Renato Botelho2017-05-031-13/+18
|\ \
| * | Let he user know if all selected interfaces are downPhil Davis2017-04-291-3/+7
| | | | | | | | | | | | in the interface statistics widget. At the moment, if all the selected interfaces are down, the widget will just display no columns. That will make users wonder what happened.
| * | Fix interface down in interface statistics widgetPhil Davis2017-04-291-11/+12
| | | | | | | | | | | | If an interface is down, the widget would write the interface description in a column heading but then omit the stats items. So later columns (to the right) would have the headings and stats items out of line. This also fixes the performance problem that get_interface_info($ifdescr) was being called for every row of stats data for every interface. i.e. it was called 7 times for each interface when 1 time is enough.
* | | Remove bonus end td tag in interface statistics widgetPhil Davis2017-04-291-1/+0
|/ /
* | SpellingSteve Beaver2017-04-281-1/+1
| |
* | space/tabSteve Beaver2017-04-281-1/+1
| |
* | Add Netgate ID display to system info widgetSteve Beaver2017-04-281-0/+7
|/
* Avoid invalid arg error when saving WoL widgetPhil Davis2017-04-251-2/+4
| | | when there are no WoL entries
* getstats, further cleanup unused code, e.g. removing updateInterfaceStats ↵PiBa-NL2017-03-291-57/+5
| | | | and updateInterfaces javascript functions
* get_stats, optimizations. -dont call unused interface statistics functions ↵PiBa-NL2017-03-261-11/+8
| | | | -call get_mbuf only once (its netstat call is cpu intensive.) -dont stack multiple pending request in browser if responses are slow.
* Fix display of BIOS only on Sytem Info widgetPhil Davis2017-03-231-0/+1
|
* Show BIOS information in the system info widget, if it exists in kenv.jim-p2017-03-231-0/+28
|
* Integrate new interfaces widget AJAXPhil Davis2017-03-211-12/+21
|
* Merge branch 'master' into multiple-copies-of-widgets-1Phil Davis2017-03-204-321/+227
|\
| * Merge pull request #3657 from phil-davis/traffic-graph-widget-filter-none-buttonSteve Beaver2017-03-201-5/+1
| |\
| | * Redmine #7318 None button for Traffic Graphs Widget filterPhil Davis2017-03-191-5/+1
| | |
| * | Merge pull request #3656 from ↵Steve Beaver2017-03-201-4/+14
| |\ \ | | |/ | | | | | | phil-davis/traffic-graph-widget-filter-handle-none-to-display
| | * Traffic Graphs Widget handle no items selected for displayPhil Davis2017-03-191-4/+14
| | |
| * | Merge pull request #3655 from phil-davis/traffic-graph-widget-filter-checkboxesSteve Beaver2017-03-201-313/+181
| |\ \ | | |/
| | * Convert Traffic Graph Widget to use checkboxes for display selectionPhil Davis2017-03-191-309/+176
| | |
| | * Traffic Graphs Widget whitespacePhil Davis2017-03-191-42/+43
| | |
| * | Merge pull request #3628 from doktornotor/patch-17Steve Beaver2017-03-201-6/+34
| |\ \
| | * | Add error handling to AJAX calldoktornotor2017-03-081-0/+3
| | | |
| | * | Add AJAX to interfaces widgetdoktornotor2017-03-081-6/+31
| | | | | | | | | | | | Do some whitespace fixes while here.
| * | | Merge pull request #3630 from doktornotor/patch-19Steve Beaver2017-03-201-0/+3
| |\ \ \
| | * | | Add error handling to AJAX calldoktornotor2017-03-081-0/+3
| | | |/ | | |/|
| * | | Merge pull request #3594 from doktornotor/patch-13Steve Beaver2017-03-201-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Reduce numeric precision in gateways widget to single decimal place (Feature ↵doktornotor2017-02-261-2/+2
| | | | | | | | | | | | | | | | #6841)
* | | | Redmine 7182 Allow multiple copies of widgets on dashboardPhil Davis2017-03-2019-773/+831
| | | |
* | | | Redmine #7318 None button for widget filtersPhil Davis2017-03-199-50/+9
| | | |
* | | | Handle widgets having no items selected for displayPhil Davis2017-03-199-20/+112
|/ / /
* | | Merge pull request #3577 from phil-davis/patch-10Renato Botelho2017-03-081-2/+4
|\ \ \ | |_|/ |/| |
| * | Fix #7306 Correctly filter log widget entries by interface descriptionPhil Davis2017-02-231-2/+4
| |/
* | Merge pull request #3574 from phil-davis/wrap-host-domain-namesRenato Botelho2017-03-071-1/+1
|\ \
| * | Redmine #7301 Provide word-break opportunity for dynamic DNS host namesPhil Davis2017-02-231-1/+1
| |/ | | | | | | Signed-off-by: Phil Davis <phil.davis@inf.org>
* | Set new blog URL (https://www.netgate.com/blog/) as default for RSS widgetSteve Beaver2017-03-071-2/+2
| |
* | Merge pull request #3595 from doktornotor/patch-14Renato Botelho2017-03-021-1/+5
|\ \
| * | Show PPPoE/PPTP/L2TP uptime on the Interfaces widget (Feature #6032)doktornotor2017-02-261-1/+5
| |/
* | Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items ↵Renato Botelho2017-03-021-1/+1
| | | | | | | | and for all IPv6 items
* | Fix #7317 Widget Filter All buttonPhil Davis2017-02-269-9/+9
| |
* | Merge pull request #3581 from phil-davis/patch-11Steve Beaver2017-02-261-21/+0
|\ \
| * | Remove unused ntpWidgetUpdateFromServer() from NTP widgetPhil Davis2017-02-241-21/+0
| |/ | | | | I don;t see where this is used at all. Nothing seems to break if I remove it.
* | Merge pull request #3550 from phil-davis/patch-5Steve Beaver2017-02-261-4/+2
|\ \ | |/ |/|
| * System Info Widget enable All button when disable firmware check is setPhil Davis2017-02-161-4/+2
| | | | | | | | | | | | | | If system firmware disablecheck is set, then the click event for the filter "All" button is also not included in the JS, so the "All" button is not effective. The setTimeout for systemStatusGetUpdateStatus() can be moved up just below where it is declared and inside the existing "if" that conditionally includes that function - no need for it to be inside events.push Then the PHP condition around events.push can be removed, so that the "All" button will always be effective.
OpenPOWER on IntegriCloud