Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lineup of copyright lines | Phil Davis | 2015-01-01 | 1 | -1/+2 |
| | | | | | and module names and other bits of formatting and typos in header comment sections. | ||||
* | Welcome 2015 | Renato Botelho | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Send IPv4 and IPv6 address in get_interfacestatus | Phil Davis | 2014-12-20 | 1 | -1/+4 |
| | | | | And make them strong (bold), which is how they are displayed originally by interfaces.widget.php This allows the AJAX that manipulates the div's in interfaces.widget.php to get the data, so it can make it update. | ||||
* | Gateway Status Widget keep IP address bold | Phil Davis | 2014-12-11 | 1 | -2/+2 |
| | | | | | | | Forum: https://forum.pfsense.org/index.php?topic=85187.msg467438#msg467438 The bold is specified literally in gateways.widget.php for the gateway IP box, so we need to send it bold from here also when providing an update. Because this now uses a "/" in the string (to terminate the bold) have to choose another delimiter between the status text and status color - picked "^" because I can't think where it will appear elsewhere in the real data. This whole string of stuff that is returned by getstats.php back to the browser is a long string with a bunch of delimiters inside delimiters already (vertical bar separated fields, inside that comma-separated fields...) and is already subject to stuff going wrong if any of the real text in the fields contains a vertical bar or comma or... Not about to try to re-engineer all that right now! | ||||
* | Explicitly pass gateway status and color | Phil Davis | 2014-12-05 | 1 | -1/+1 |
| | | | | | This code was passing a whole load of html to attempt to set various properties of the Gateways Widget Status column so that it would display the new status (Online, Offline...) and in the appropriate color. Now that I am using class=listr, the css fro listr already specifies white. Setting bgcolor in HTML does not override that. Pass both the status text and color as ordinary text, separated by "/". The consumer of this output can do their thing with jQuery to set the color as well as text of the element. | ||||
* | Change copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1232 from N0YB/Widget_Gateways | Renato Botelho | 2014-07-18 | 1 | -1/+1 |
|\ | |||||
| * | Fix gateway widget size change on first update. | N0YB | 2014-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Inner table size changes on the first update because the table in update data does not have the same attributes as the widget. i.e. border, cellpadding, cellspacing, style & summary. Also remove an errant td end tag. | ||||
* | | Convert almost all /sbin/sysctl calls to php functions | Renato Botelho | 2014-07-07 | 1 | -26/+17 |
|/ | |||||
* | Display space usage for all mounted filesystems, not just /. Also display FS ↵ | jim-p | 2014-05-22 | 1 | -2/+22 |
| | | | | type and indicate if it's a RAM disk. | ||||
* | Fix syntax, unbreak dashboard | jim-p | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | Correct displaying states status and avoid divison by zero due to wrong data ↵ | Ermal | 2013-12-23 | 1 | -1/+3 |
| | | | | collected | ||||
* | Avoid dashboard divide by zero errors | phildd | 2013-12-22 | 1 | -3/+12 |
| | |||||
* | Merge pull request #787 from phil-davis/master | Renato Botelho | 2013-08-31 | 1 | -8/+2 |
|\ | | | | | Provide get_uptime_sec in a common include file | ||||
| * | Call get_uptime_sec from functions.inc.php | Phil Davis | 2013-08-29 | 1 | -8/+2 |
| | | | | | | to avoid code duplication | ||||
* | | Show a count of the CPUs if more than one is detected, and show how those ↵ | jim-p | 2013-08-30 | 1 | -0/+13 |
|/ | | | | CPUs are supplied by the hardware. | ||||
* | Some more tweaks to state and mbuf update/output on dashboard widget. | jim-p | 2013-07-16 | 1 | -4/+7 |
| | |||||
* | Add a meter for states, too | jim-p | 2013-07-16 | 1 | -2/+6 |
| | |||||
* | Fixup mbuf stats function | jim-p | 2013-07-16 | 1 | -1/+2 |
| | |||||
* | Make mbufs update via ajax | jim-p | 2013-07-16 | 1 | -0/+7 |
| | |||||
* | Fix an occasional "blank" cpu freq printing that shouldn't happen. | jim-p | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | Use exec directly instead of exec_command | Renato Botelho | 2013-04-30 | 1 | -2/+2 |
| | |||||
* | Fix and improve swap_usage() | Renato Botelho | 2013-04-30 | 1 | -4/+8 |
| | | | | | - Fix a typo on awk syntax - Use php functions to extract desired value from swapinfo output | ||||
* | Fix indent and whitespaces | Renato Botelho | 2013-04-30 | 1 | -53/+39 |
| | |||||
* | Tidy up HTML Colour Names | Colin Fleming | 2013-01-16 | 1 | -7/+7 |
| | | | | | With XHTML 1.0, the extended colour names are invalid, to make pfSense as W3C compliant as possible, need to go back to using the HEX code. | ||||
* | Some minor enhancements from renaming the Gathering Data to Pending. | smos | 2012-06-04 | 1 | -8/+11 |
| | | | | When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~ | ||||
* | Removed extra line :) | Cristian Feldman | 2012-05-24 | 1 | -1/+0 |
| | |||||
* | Added load average information to the System Information widget | Cristian Feldman | 2012-05-24 | 1 | -0/+8 |
| | |||||
* | System info widget on dashboard now updates CPU Frequency automatically | Cristian Feldman | 2012-05-18 | 1 | -0/+16 |
| | |||||
* | I did a block comment out the fist time because I wanted to leave that code ↵ | Joecowboy | 2012-01-06 | 1 | -6/+6 |
| | | | | in for later use when start adding more OID checks for different hardware drivers. So made comment change per request. | ||||
* | Fixed the get_time() out put fixed. Tweaked my changes made a tighter code. | Joecowboy | 2012-01-05 | 1 | -13/+7 |
| | |||||
* | Changed the output of function get_uptime() to display: 00 Hours 00 Minutes ↵ | Joecowboy | 2012-01-05 | 1 | -6/+34 |
| | | | | | 00 Seconds Added code function get_temp() to get the OID values for temperature. | ||||
* | Fix AJAX update of gateway status when the status is "Gathering Data". | jim-p | 2010-10-07 | 1 | -3/+2 |
| | |||||
* | Fix the gateway status widget ajax update when there is loss/day. | jim-p | 2010-09-19 | 1 | -2/+2 |
| | |||||
* | Show status as Gathering data rather than unknown since the later seems to ↵ | Ermal | 2010-09-16 | 1 | -1/+1 |
| | | | | scary people! | ||||
* | Ticket #876. Show all gateways even though apinger is not monitoring them, ↵ | Ermal | 2010-09-09 | 1 | -7/+15 |
| | | | | for various reasons, this removes user confusion in the status pages. | ||||
* | Update gateway status properly when fetched via AJAX. | jim-p | 2010-08-16 | 1 | -6/+6 |
| | |||||
* | Default to only system information and interfaces widgets. This reduces ↵ | Scott Ullrich | 2009-11-21 | 1 | -8/+4 |
| | | | | load time on RSPRO from 9+ seconds to 2.5 | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -0/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | * Remove non-needed grep (we use fifolog now) | Scott Ullrich | 2009-03-16 | 1 | -1/+1 |
| | | | | * Change "No data" to "Gathering data" | ||||
* | Move (DHCP) | Scott Ullrich | 2009-03-14 | 1 | -5/+1 |
| | |||||
* | nice idea, never implemented, purge | Bill Marquette | 2009-03-14 | 1 | -17/+0 |
| | |||||
* | Sajax is no more, long live Prototype | Bill Marquette | 2009-03-14 | 1 | -266/+0 |
| | | | | This eliminates one AJAX library, but not all "non-Prototype" AJAX code | ||||
* | Remove ActiveXObject code. Who cares about older IE at this point. | Scott Ullrich | 2009-03-13 | 1 | -0/+2 |
| | |||||
* | close comment | Bill Marquette | 2009-03-11 | 1 | -1/+1 |
| | |||||
* | fix merge conflict | Bill Marquette | 2009-03-11 | 1 | -4/+0 |
| | |||||
* | cleaner and more proper cpu graph | Bill Marquette | 2009-03-11 | 1 | -18/+23 |
| | |||||
* | Correctly set the status field HTML text during ajax process. | Scott Ullrich | 2009-03-11 | 1 | -1/+1 |
| | |||||
* | Add ajax mojo to gateway status widget | Scott Ullrich | 2009-03-11 | 3 | -5/+39 |
| | |||||
* | * We do not need guiconfig.inc. This fixes the sudden burst of javascript | Scott Ullrich | 2008-08-30 | 1 | -2/+6 |
| | | | | | that is populated on the dashboard on first load. * Close PHP tag |