summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript/index
Commit message (Collapse)AuthorAgeFilesLines
* started migration to bootstrapSjon Hortensius2014-12-291-196/+0
| | | | | | * migrated /index and most widgets on it * migrated /system.php using new form-layout * removed /themes and /javascript; html will change too much
* Put line break only if IPv4 address existsPhil Davis2014-12-201-5/+9
| | | This makes a line for the IPv4 address if it is there. If the IPv4 address goes away, the whole line will disappear, leaving just the IPv6 address without an empty line above it.
* Set Interfaces widget IPv6 addressPhil Davis2014-12-201-2/+4
| | | Now that get_interfacestatus() is returning us the IPv6 address, and interfaces.widget.php has a div to put it in, actually update the IPv6 address on the widget.
* Change text and color delimiter to carat signPhil Davis2014-12-111-1/+1
| | | To match change made in functions.inc.php
* Set text and color of Gateways Widget StatusPhil Davis2014-12-051-1/+5
| | | | | | getstats.php calls functions.inc.php get_stats(), which calls get_gatewaystats(). get_gatewaystats() now returns the text for each field and an optional color separated by "/" - "text/color" e.g. "Online/#90EE90" Parse the the new format, separating out text and color. If color is specified, then also set it with jQuery to css.
* Also account for a widget being null/not defined, and not just closed/open.jim-p2013-12-051-1/+1
|
* convert dashboard progress bars to jqueryUICharlie Marshall2013-08-141-21/+12
|
* Some more tweaks to state and mbuf update/output on dashboard widget.jim-p2013-07-161-1/+7
|
* Add a meter for states, toojim-p2013-07-161-0/+10
|
* Make mbufs update via ajaxjim-p2013-07-161-0/+10
|
* Added load average information to the System Information widgetCristian Feldman2012-05-241-0/+6
|
* System info widget on dashboard now updates CPU Frequency automaticallyCristian Feldman2012-05-181-0/+6
|
* Change system info widget fields from <input> to <span> so they don't appear ↵jim-p2012-01-111-5/+5
| | | | editable, and we aren't bound by their width constraints. (One long one was messing up table width).
* Fixed Javascript error in function updateInterfaces(x) Joecowboy2012-01-051-22/+25
| | | | Removed the return that revented the updates to widgets in function stats(x) Tweaked Javascript code in function updateTemp(x) for temperature output
* Converting from scriptaculous to jQueryVinicius Coque2011-11-161-1/+1
| | | | Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable
* Convert dashboard ajax code from Prototype to jQueryVinicius Coque2011-09-271-48/+48
|
* Check if a widget is null before testing a property. Fixes skipped updates ↵jim-p2011-09-131-1/+1
| | | | on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not).
* Remove unnecessary variable and fix loop test. Corrects AJAX update of last ↵jim-p2010-10-071-5/+3
| | | | gateway status table cell (it was never updated before)
* Fix ajax updating of fields when the CPU graph widget is not in use.jim-p2010-08-171-4/+4
|
* a little cleaner JSBill Marquette2009-03-141-1/+3
|
* Sajax is no more, long live PrototypeBill Marquette2009-03-141-8/+14
| | | | This eliminates one AJAX library, but not all "non-Prototype" AJAX code
* Make use of Prototype-ism's in sajax.js - first small step in attempting to ↵Bill Marquette2009-03-131-44/+51
| | | | remove sajax from pfSense
* * Make function opening braces uniform.Scott Ullrich2009-03-111-21/+11
| | | | * Minor documentation additions
* Ensure that the gateway widget exists before populating data during ajax calls.Scott Ullrich2009-03-111-4/+8
|
* Change to 11 second refresh, a lot of underlying information refreshesScott Ullrich2009-03-111-1/+1
| | | | every 10 seconds.
* Add ajax mojo to gateway status widgetScott Ullrich2009-03-111-1/+13
|
* Graph value on the GraphLink graph, tooScott Ullrich2009-03-081-0/+2
|
* Test to make sure items exist before trying to get their propertiesScott Ullrich2009-03-081-10/+16
|
* Change update interval for sajax to 10000Scott Ullrich2009-03-081-1/+1
|
* correct definitionsScott Dale2008-03-171-2/+2
|
* Show loading icon while loading new widget through AJAX. Note: loading icon ↵Scott Dale2008-03-171-22/+31
| | | | needs improvement.
* new ajax functions for dashboardScott Dale2007-12-301-0/+48
|
* Add ajaxStarted which will tell if Ajax has started.Scott Ullrich2006-01-161-1/+6
|
* Use a for() loopScott Ullrich2006-01-061-2/+3
|
* Der, this is JS, not PHP.Scott Ullrich2006-01-061-2/+2
|
* Check all AJAX values. If any of them are undefined then return.Scott Ullrich2006-01-061-2/+3
|
* Change refresh rate to 7000Scott Ullrich2006-01-011-1/+1
|
* Do not process undefined itemsScott Ullrich2006-01-011-0/+3
|
* MFC 7117Scott Ullrich2005-10-231-1/+1
| | | | Temperature is in Celsius not in percentages
* Fixed a MergeErik Kristensen2005-09-181-7/+19
|
* increase to 4000Scott Ullrich2005-09-181-2/+2
|
* increase to 3.5 secondsScott Ullrich2005-09-181-2/+2
|
* Change refresh to 2 secondsScott Ullrich2005-09-181-2/+2
|
* woops, wrong fileScott Ullrich2005-09-151-3/+0
|
* Move connection aborted check up furtherScott Ullrich2005-09-151-0/+4
|
* Correct cpu metersScott Ullrich2005-09-151-2/+2
|
* Make temp monitor really work - make a little more modular tooBill Marquette2005-09-151-5/+4
|
* Make 4801 temp monitor work (and make it work with sajax)Bill Marquette2005-09-151-1/+12
|
* Change refresh to 5000Scott Ullrich2005-09-131-2/+2
|
* Update time now 10 seconds.Erik Kristensen2005-09-111-2/+2
|
OpenPOWER on IntegriCloud