summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
Commit message (Collapse)AuthorAgeFilesLines
* Fix AJAX update of gateway status when the status is "Gathering Data".jim-p2010-10-071-3/+2
|
* Fix the gateway status widget ajax update when there is loss/day.jim-p2010-09-191-2/+2
|
* Show status as Gathering data rather than unknown since the later seems to ↵Ermal2010-09-161-1/+1
| | | | scary people!
* Ticket #876. Show all gateways even though apinger is not monitoring them, ↵Ermal2010-09-091-7/+15
| | | | for various reasons, this removes user confusion in the status pages.
* Update gateway status properly when fetched via AJAX.jim-p2010-08-161-6/+6
|
* Default to only system information and interfaces widgets. This reduces ↵Scott Ullrich2009-11-211-8/+4
| | | | load time on RSPRO from 9+ seconds to 2.5
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* * Remove non-needed grep (we use fifolog now)Scott Ullrich2009-03-161-1/+1
| | | | * Change "No data" to "Gathering data"
* Move (DHCP)Scott Ullrich2009-03-141-5/+1
|
* nice idea, never implemented, purgeBill Marquette2009-03-141-17/+0
|
* Sajax is no more, long live PrototypeBill Marquette2009-03-141-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 Ullrich2009-03-131-0/+2
|
* close commentBill Marquette2009-03-111-1/+1
|
* fix merge conflictBill Marquette2009-03-111-4/+0
|
* cleaner and more proper cpu graphBill Marquette2009-03-111-18/+23
|
* Correctly set the status field HTML text during ajax process.Scott Ullrich2009-03-111-1/+1
|
* Add ajax mojo to gateway status widgetScott Ullrich2009-03-113-5/+39
|
* * We do not need guiconfig.inc. This fixes the sudden burst of javascriptScott Ullrich2008-08-301-2/+6
| | | | | that is populated on the dashboard on first load. * Close PHP tag
* fix apparent eri typoChris Buechler2008-06-221-1/+1
|
* Remove remaining env4801 filesScott Ullrich2008-06-221-5/+0
|
* Continue interface improvementsErmal Luçi2008-06-211-8/+3
|
* Remove 4801 temp monitoring binary.Scott Ullrich2008-06-201-6/+2
|
* Use AJAX for loading of new widgets. Now most widgets will use AJAX for new ↵Scott Dale2007-12-301-17/+112
| | | | data. Also improved performance
* why add 30 seconds to uptime if we have been up greater than 60 seconds?Bill Marquette2007-10-181-2/+0
|
* MFC of change [19782] per request from sullrich@Bill Marquette2007-10-171-3/+3
| | | | Scale state table size with memory, never allocate more than 10% system ram, this leads to 12K states on 128M and 102K on 1G systems - this should be a good default
* Ticket #1135: better mousetrap for detecting amount of swapBill Marquette2006-10-221-2/+1
|
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-9/+14
|
* require_once("config.inc") so that the $config structure is set for AJAX ↵Scott Ullrich2005-10-261-9/+10
| | | | only queries
* Memory meter changes.Scott Ullrich2005-10-131-5/+6
| | | | Submitted-by: Dan Swartzendruber <dswartz_AT_druber.com>
* Switch Array Location of CPU and MEMErik Kristensen2005-09-181-1/+1
|
* Merged Function for Single HTTP RequestErik Kristensen2005-09-181-0/+14
|
* backout to sleep(1) in between cp_timeScott Ullrich2005-09-181-1/+1
|
* usleep for 255Scott Ullrich2005-09-181-1/+1
|
* usleep instead of sleepScott Ullrich2005-09-181-1/+1
|
* Remove sleep 1Scott Ullrich2005-09-181-1/+0
|
* Remove sleep 5Scott Ullrich2005-09-181-1/+0
|
* Check for disconnected clients and exitScott Ullrich2005-09-152-12/+7
|
* Correct cpu metersScott Ullrich2005-09-151-1/+1
|
* Just another CPU meter fix :pEspen Johansen2005-09-151-10/+18
|
* Make temp monitor really work - make a little more modular tooBill Marquette2005-09-151-2/+21
|
* Make 4801 temp monitor work (and make it work with sajax)Bill Marquette2005-09-151-0/+11
|
* Sleeping 5 seconds is just way to long, seems to screw up the cpu usageBill Marquette2005-09-151-1/+1
|
* pedantic...use full paths to binariesBill Marquette2005-09-151-3/+3
|
* Hopefully CPU meter should be much more accurate now.Espen Johansen2005-09-151-11/+10
|
* Only sleep 5, not 10Scott Ullrich2005-09-111-1/+0
|
* Sleep 5 seconds before returning CPU usage information. This lowers the CPU ↵Scott Ullrich2005-09-111-0/+2
| | | | usage to 3% on my Nexcom.
* XHTML/CSS Clean UpErik Kristensen2005-09-111-2/+2
|
* Added SAJAX support.Erik Kristensen2005-09-112-0/+359
| | | | | System Meters are updated via AJAX now. Started XHTML/CSS cleanup.
* First Step in Fixing AutoComplete and Cleaning Up CodeErik Kristensen2005-08-231-0/+18
OpenPOWER on IntegriCloud