summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Show patchlevel together with product version on banners and system ↵Renato Botelho2016-05-031-1/+1
| | | | information widget
* Fix #6251 Brackets around Mbuf figuresPhil Davis2016-04-281-1/+1
| | | | (cherry picked from commit 97f930d1e3af593b20ed56ca951a2109a853a28d)
* Fix Hyper-V SMART disable on widget. Ticket #6147Chris Buechler2016-04-271-1/+1
|
* Fixed #6259 (Gateway widget form layout)Stephen Beaver2016-04-251-4/+12
| | | | (cherry picked from commit f5ee7cfd7c2e3f9e7383fb41c47f77bad3507cfc)
* Fix #6251 Temperature on System Information WidgetPhil Davis2016-04-251-5/+8
| | | | | | | It just seems that some infrastructure for a temperature bar had been put in place, but the code never finished to actually do it. But I am a bit surprised that it has taken so long for someone to report this. The temperature is in deg Celsius, so a 0 to 100 "progress bar" works nicely for the typical reasonable temperature range. I have not tried to make it have any sort of good/warning/really hot color indications... - that is for the Temperature Sensors widget. I also changed to using the &deg way to get a degree symbol, rather than the various special character codes that were there. Hopefully &deg should be a fully portable way to specify this. (cherry picked from commit eb442fec8bd079760a53372bd9eaed7c502f2e98)
* Hyper-V SMART - didn't intend to commit that part. Ticket #6147Chris Buechler2016-04-231-4/+0
|
* Add Hyper-V support to system_identify_specific_platform, and disable ↵Chris Buechler2016-04-231-1/+8
| | | | S.M.A.R.T. actions in Hyper-V guests. Ticket #6147
* Fix #6212 Really disable checksPhil Davis2016-04-201-0/+8
| | | | | Belts and braces here - I the setTimeout is not done then the other bits of code do not get called anyway, but I took them all out to make sure there is no way to accidentally do the update check when it is disabled. (cherry picked from commit d3f7004d96c274f117a0264094595c9fbe85b6f7)
* Convert status_services and widget to POSTStephen Beaver2016-04-181-3/+6
|
* Use consistent arrow colors on dashboardPhil Davis2016-04-132-7/+7
| | | | | | | | | Interfaces widget and IPsec widget use text-success and text-danger to make the up and down arrows be green and red. This change does the same thing to OpenVPN and WoL widgets for consistency. (cherry picked from commit fa5f513658f7f1aba530e76e01dfbc021605c3ad)
* Fixed #6096Stephen Beaver2016-04-111-15/+16
|
* Merge pull request #2829 from phil-davis/openvpn-widgetStephen Beaver2016-04-041-4/+0
| | | | (cherry picked from commit 1dae6c0f4184ac72c252fb934d2bfa4fd3a967fe)
* Merge pull request #2828 from phil-davis/widget-personalizationsStephen Beaver2016-04-044-5/+5
| | | | (cherry picked from commit e18fb7e8bbf8c26639d0598fa04320c5608ce660)
* shorten ipsec widget refresh timeJared Dillard2016-03-161-1/+1
|
* add color to iconsJared Dillard2016-03-161-3/+3
|
* Add color to the CARP status icons so they are more visually distinct. ↵jim-p2016-03-151-3/+3
| | | | Ticket #5965
* HTML Compliance - Status Dashboard - System Information WidgetNOYB2016-03-121-1/+1
| | | | | | Error: Stray end tag spa. Error: End tag td seen, but there were open elements. Error: Unclosed element span.
* Fix icon usage on the interfaces widget, the down icon was arrow-up. Add ↵jim-p2016-03-111-3/+3
| | | | color to the status for clarity. Ticket #5965
* HTML Compliance - CARP Status WidgetNOYB2016-03-111-4/+10
| | | | | Error: th start tag in table body. Warning: A table row was 1 columns wide, which is less than the column count established by the first row (3).
* More icon and button inconsistencies. Should be the last batch. Ticket #5965jim-p2016-03-108-10/+19
|
* Revised disk space display to use progress barStephen Beaver2016-03-101-13/+10
|
* Upon further review, use a more clear and related set of icons for CARP ↵jim-p2016-03-081-2/+2
| | | | status, play-circle (master) and pause-circle (backup). Ticket #5965
* Slight change to CARP status icons, difference between master and backup ↵jim-p2016-03-081-1/+1
| | | | status was not clear enough. Ticket #5965
* Correct some icon usage inconsistencies. Fixes #5965jim-p2016-03-082-6/+6
|
* Clean up the CARP status widget. Fixes #5964jim-p2016-03-081-19/+22
|
* On second though, don't use this class on this particular tag in the WoL widget.jim-p2016-03-071-1/+1
|
* Fix up the formatting of the Wake on LAN widget and change the code style so ↵jim-p2016-03-071-24/+31
| | | | it isn't a bunch of echos. Fixes #5960
* Fix load balancer status widget uptime percentage display. Fixes #5959jim-p2016-03-071-1/+1
|
* Shift the values to account for the removal of the gateways one. Ticket #5905Chris Buechler2016-03-031-5/+5
|
* Ticket #5905 remove unused codeJared Dillard2016-03-021-16/+0
|
* HTML Compliance - Services Status WidgetNOYB2016-02-271-1/+1
| | | | | The for attribute of the label element must refer to a non-hidden form control. There is no corresponding target of this for attribute. Removing.
* Minor tweaks to simplify codeNewEraCracker2016-02-181-1/+1
| | | | Calling print(sprintf(...)) can be simplified to printf(...). <?php print can be simplified to <?=.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Use print_info_box() to generate alertsk-paulius2016-02-141-1/+2
|
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Use print_info_box() to generate alertsk-paulius2016-02-141-4/+2
|
* Renamed SMART to S.M.A.R.T.k-paulius2016-02-132-2/+2
|
* Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-131-1/+1
|
* 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.
OpenPOWER on IntegriCloud