summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
Commit message (Collapse)AuthorAgeFilesLines
* Select default interface when WAN is disabledPhil Davis2012-12-311-1/+8
| | | | If WAN is disabled, then the Traffic Graph does not default to a valid interface when it first displays. This fix selects the first valid interface if WAN is not there. e.g. at one site there used to be 2 ISPs, on WAN and OPT1. Now the ISP on WAN has been turned off, and the interface marked disabled. The default gateway etc is all on OPT1. After a bit of history at a site, it can happen like this that WAN is disabled in the config.
* Adds "Sort by direction" in the Traffic Graph pageMichele Di Maria2012-11-071-3/+14
| | | | | | | Added the option to sort IPs by direction in the Traffic Graph page, and improved the detection of the local network to monitor (before the results could not be realistic because of too many "local IPs" were monitored.
* Fix typos where css('dislay') is missing a 'p' - now the top ten bandwidth ↵Phil Davis2012-04-171-2/+2
| | | | users by host IP is visible on the Status:Traffic Graph
* Change to embed to prevent IE9 from misbehaving. Ticket #2165Erik Fonnesbeck2012-02-071-4/+1
|
* Removing unnecessary inclusions of prototype.js, guiconfig.inc already ↵Vinicius Coque2012-01-211-2/+0
| | | | includes this file
* Converting ajax code from prototype to jQueryVinicius Coque2011-10-221-20/+17
|
* Include the rate output in the privilege for the traffic graph.jim-p2011-08-171-0/+1
|
* Show OpenVPN instances on Status > Traffic Graphs, with descriptions.jim-p2011-04-251-1/+11
|
* In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵jim-p2011-03-281-1/+1
| | | | but not everywhere followed.
* Revert 2c4a13d91b72400c07b965b0a522be8dde2d1110 Interface names should ↵Scott Ullrich2010-11-291-2/+2
| | | | appear as uppercase
* Revert 9c3cac0cb553e1610948e78dd119c1b0fcb04224 Interface names should ↵Scott Ullrich2010-11-291-1/+1
| | | | appear as uppercase
* Unbreak graphsScott Ullrich2010-11-101-2/+2
|
* Return disabled interfaces as wellScott Ullrich2010-11-081-1/+1
|
* Return disabled interfaces as wellScott Ullrich2010-11-081-1/+1
|
* Do not use sub arrayScott Ullrich2010-11-061-2/+2
|
* Make sure ipsec is incuded in valid interfacesScott Ullrich2010-11-061-2/+3
|
* Move Note to bottom of pageScott Ullrich2010-11-061-1/+1
|
* Show interface descriptionScott Ullrich2010-11-061-2/+2
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-2/+2
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Define variable a bit earlier in case its sharedScott Ullrich2010-11-061-1/+3
|
* Use get_configured_interface_list() so Ermal does not yell at me :)Scott Ullrich2010-11-061-7/+1
|
* Ensure that we are working with a proper passed interface..Scott Ullrich2010-11-061-11/+20
|
* Use the same div ids and structure from dashboard on status_graph to make it ↵Renato Botelho2010-08-261-4/+5
| | | | more flexible with custom themes
* Fixing gettext calls on status_graph.phpCarlos Eduardo Ramos2010-08-101-1/+1
|
* Implement gettext() calls on status_graph.phpCarlos Eduardo Ramos2010-07-211-7/+7
|
* Its bits/sec now.Ermal2010-05-131-2/+2
|
* Slow down updates for rate utilsullrich2009-11-281-1/+1
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-2/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+3
| | | | include 2009 on files that I have asserted (C) on
* Remove redundant IPSEC entryScott Ullrich2009-07-131-3/+0
|
* Adding Scott Dale's rate package to system -> traffic graphs. Cool stuff!Scott Ullrich2009-06-151-8/+198
|
* Fix the Status->Traffic Graph graphic.Ermal Luçi2008-09-121-12/+7
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Continue interface improvementsErmal Luçi2008-06-211-5/+1
|
* Ticket #1648 fixesScott Ullrich2008-05-171-2/+3
|
* IE7 graph fixes.Scott Ullrich2008-03-031-3/+5
| | | | Obtained-from:m0n0wall
* touch up textChris Buechler2008-01-121-1/+1
| | | | Ticket #1586
* touch up textChris Buechler2008-01-111-1/+1
| | | | Ticket #1576
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-1/+1
|
* Show the ipsec interfaceSeth Mos2007-08-301-1/+8
|
* Unbreak status graph. Someone is going to need to submit *WORKING* patches ↵Scott Ullrich2007-04-241-1/+1
| | | | that work with FireFox, IE and Opera for this to get changed again! Ticket #1290
* use <object> instead of <embed>Scott Ullrich2007-04-231-1/+1
| | | | | | Ironically this was already fixed in HEAD! Ticket #1290
* Remove width and height changing knobs, it breaks the traffic graph.Scott Ullrich2006-07-081-1/+0
| | | | Reported-by: http://forum.pfsense.org/index.php?topic=1605.0;topicseen
* Default to "wan"Scott Ullrich2006-02-261-1/+1
|
* Revert old codeScott Ullrich2006-02-261-1/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Note that firefox 1.5 works with native viewerScott Ullrich2005-12-041-1/+1
|
OpenPOWER on IntegriCloud