summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_queues.php
Commit message (Collapse)AuthorAgeFilesLines
* CSRF startup code has been moved to guiconfig.incScott Ullrich2010-11-121-4/+0
|
* Handle AJAXScott Ullrich2010-11-111-0/+4
|
* Implement gettext() calls on status_queues.phpCarlos Eduardo Ramos2010-07-231-8/+8
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* Update link to traffic shaper config because HTTP/500 errors are bad mmmkay?Scott Ullrich2009-08-201-1/+1
|
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-1/+0
| | | | duplication
* Fix missing single quoteBill Marquette2009-03-121-7/+9
| | | | Use Prototype the right way, have to observe for the DOM being loaded before using it (yes, some boxes can render the page fast enough that this doesn't matter...others...can't)
* add myself to copyright.Ermal Luçi2009-03-011-0/+1
|
* Convert Status:Queues to ajax. This changes makes it no finally block the ↵Ermal Luçi2009-03-011-78/+69
| | | | user interface and makes this page usable again.
* Cleanup the status queues so it does not does stupid things.Ermal Luçi2008-10-011-8/+0
| | | | Apparnetly this needs to be converted to 'ajax' calls as the traffic graph but for now live with this.
* 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
* Do not take into consideration root_ queues.Ermal Luçi2008-07-201-1/+4
|
* Correctly show interface names.Ermal Luçi2008-07-091-16/+3
|
* Fix an issue where the traffic shaper is not configured anwhich would make ↵Ermal Luçi2008-03-181-6/+2
| | | | the gui freeze.
* use friendly names, not opt namesBill Marquette2008-01-271-1/+5
|
* Propperly show the name of interface on the queues status page.Ermal Luçi2008-01-201-1/+1
|
* Remove an accidentally slipped in line.Ermal Luçi2008-01-171-1/+0
|
* Show the user the interface the queue is located to make it easier now that ↵Ermal Luçi2008-01-171-1/+12
| | | | the same queue name is used on multiple interfaces.
* Bring in the new traffic shaper.Ermal Luçi2008-01-111-3/+3
| | | | | | It is capable of multi interface shaping. Also bring the wizard up-to-date. Now it is capable of doing multi interface too.
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-171-2/+0
| | | | Ticket #1545
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Redirect back to self every 100 ticks instead of 40.Scott Ullrich2006-04-241-1/+1
|
* Extend meta refresh time to 600. 60 is way too short.Scott Ullrich2006-04-101-1/+1
|
* Flush output buffers to make the page load a bit quicker.Scott Ullrich2006-04-101-0/+2
|
* MFCScott Ullrich2006-04-031-2/+2
| | | | s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
* Don't kill php, it sends bad signals to fast-cgi resulting in the fast-cgi ↵Scott Ullrich2006-02-281-5/+5
| | | | process only returning 500 errors.
* Unbreak status -> queuesScott Ullrich2006-02-221-10/+8
| | | | Ticket #824
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* MFC 8804Scott Ullrich2005-12-291-1/+6
| | | | Fix divide by zero JS error
* Do not killall -9 php, it tells fast-cgi to do bad things and wrecks fast-cgiScott Ullrich2005-12-281-6/+4
|
* MFC 6960Scott Ullrich2005-10-181-2/+2
| | | | Cleanup hardcoded meta refreshes
* More refresh patches from databeestjeScott Ullrich2005-09-011-0/+3
|
* some crosslinking to "fly" from corrosponding setting to logs, diags and backHolger Bauer2005-07-301-1/+2
|
* updating files to use theme imagesErik Kristensen2005-07-211-4/+4
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* fixed dancing barsErik Kristensen2005-07-201-2/+2
|
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+3
|
* Missing )Scott Ullrich2005-06-221-1/+1
|
* Do not attempt to display queue graphs if traffic shaping disabledScott Ullrich2005-06-221-0/+8
|
* Redirect after 40, not 20Scott Ullrich2005-06-201-1/+1
|
* make the queues hyperlinks just like in the rules screenBill Marquette2005-06-131-1/+1
|
* Queue names shouldn't be center alignedBill Marquette2005-06-131-1/+1
|
* More minor nitpicksScott Ullrich2005-06-131-2/+2
|
* Cleanup status queues screen:Scott Ullrich2005-06-131-11/+23
| | | | | | | * Make the screen look like all others * Use a grey background instead of red * Make fg colors black * General appeance ehancements
* Killall -9 pfctl then redirect back to status_queues.phpScott Ullrich2005-06-111-1/+2
|
* Really fix Status -> QueuesScott Ullrich2005-06-111-3/+10
|
* Sort queues so status -> queues should work againScott Ullrich2005-06-111-0/+2
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* text formatting, right alignment looks betterBill Marquette2005-03-071-5/+5
|
* break text fields out a bitBill Marquette2005-03-071-4/+13
|
OpenPOWER on IntegriCloud