summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Seperate screen into three areas: Add item to pool, add /edit load balancer ↵Scott Ullrich2009-10-161-5/+9
| | | | pool entry and current pool members
* Misc HTML cleanups. Space out elements of add/delete pool memeber area. ↵Scott Ullrich2009-10-161-14/+32
| | | | Seperate add/remove area with a listtopic element. Add descriptive text for Server IP address in order to make page a little more user friendly for the uninitiated.
* 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
* Do not mount rw when uneeded and even more not mounting ro again.Ermal Luçi2009-07-011-1/+0
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-141-2/+0
| | | | Purged unused JS
* Add missing quota to the titles so pages actually display.Ermal Luçi2008-09-161-1/+1
|
* Add "Services" to the page titleBill Marquette2008-09-091-1/+1
|
* Make edit pages look consistentBill Marquette2008-09-021-0/+3
| | | | Pointed out by: sullrich@
* Bring in relay options for inbound load balancerBill Marquette2008-08-281-1/+1
| | | | | More work pending, this seems to generate proper configs needs much more testing though
* Bring in new server load balancing code, this introduces:Bill Marquette2008-08-051-45/+18
| | | | | | * The ability to create your own monitors (tcp, http, https, send/expect) * A new way of displaying 'standard tables' - MainTable class * monitor_type array type
* 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
* remove slbd_configure and start removal of gateway stuff from load balancer ↵Bill Marquette2008-07-081-163/+7
| | | | screens
* Continue interface improvementsErmal Luçi2008-06-211-11/+4
|
* touch up text.Chris Buechler2008-05-171-3/+3
| | | | ticket #1696
* fix typoChris Buechler2008-02-121-1/+1
| | | | Ticket #1645
* Do not show LAN related items when the interfafe does not exist.Scott Ullrich2008-02-091-1/+4
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fix Javascript errors. Thanks JSLint!!Bill Marquette2007-10-191-3/+3
|
* Already in base includesSeth Mos2007-09-071-110/+0
|
* Improve the load balancing pool edit screen. Submitted-by: Chris DanielScott Ullrich2007-07-061-8/+45
|
* Note that failover mode only applies to ougoing (multi-wan) rules.Scott Ullrich2007-06-201-1/+2
|
* Remove public website from drop downSeth Mos2007-03-031-5/+1
|
* Let's see if this works ok over the course of a few snapshots. If not we can ↵Seth Mos2007-01-061-4/+21
| | | | | | | | | | | always revert this checkin combination. Do note the s/$POST/$_POST fixes! Allow for a failover type next to the already available load balancing type. The gui server list box needs some up and down box for ordering. For now just remove and add again. New page is way faster anyways. Test by seth with crappy wifi link to the neighbours :-)
* Merge in new (outbound) load balancing configuration code from HEAD.Seth Mos2006-12-301-35/+229
| | | | | | | | | | * assign interfaces to pool instead of manual IP configuration * Only show interfaces with a gateway * Offer list of monitor IPs including interface gateways. This code is tested for outbound load balancing on a carp cluster and works for me (smos). The server side needs testing. Which I don't know how to. Let's give it a run for a snapshot or 2.
* Split up gateway pools and check them. $_POST['gateway'] has already been ↵Scott Ullrich2006-07-241-4/+7
| | | | moved to the gateway box.
* Check interface ip address, not the gateway!Scott Ullrich2006-07-241-3/+3
|
* Do not check an interface gateway if it is blank.Scott Ullrich2006-07-241-2/+3
|
* Third times a charm. Compare the interface gateway settings Ticket #1039Scott Ullrich2006-07-241-1/+1
|
* Actually show gateway in question and change a to an.Scott Ullrich2006-07-241-1/+1
|
* Actually show gateway in question and change a to an.Scott Ullrich2006-07-241-1/+1
|
* Actually check interface gateway. Ticket #1039Scott Ullrich2006-07-241-1/+1
|
* Do not allow operator to add a interface ip address as a gateway pool ↵Scott Ullrich2006-07-241-0/+12
| | | | member. Routing loops are bad, mmmmmkay?
* s/monitor/monitorip/Scott Ullrich2006-06-151-2/+2
|
* Correctly remove old monitor ip from routing tableScott Ullrich2006-06-151-3/+4
|
* Remove static route upon changing monitor ip's.Scott Ullrich2006-06-141-0/+3
|
* s/d_poolconfdirty_path/d_vsconfdirty_path/Scott Ullrich2006-04-171-1/+1
|
* Mount r/w before touching()Scott Ullrich2006-04-171-0/+1
|
* Fix misc load balancer javascript errors.Scott Ullrich2006-04-171-2/+5
|
* Correctly restore load balancing servers and gatewaysScott Ullrich2006-04-151-1/+1
| | | | Ticket #910
* MFC 10452Scott Ullrich2006-03-101-3/+16
| | | | make fields required based on pool type
* Correctly restore selectionScott Ullrich2006-01-311-2/+2
| | | | Ticket #806
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Do not call type_change() on form load. It clears the box.Scott Ullrich2005-11-041-3/+0
| | | | Ticket #624
* Do not echo out an array. It only echos "Array"Scott Ullrich2005-11-041-1/+0
| | | | Ticket #624
* Only mark pool dirty if something changedBill Marquette2005-09-041-2/+4
|
* Do not call type_change() on load if editing a recordScott Ullrich2005-08-301-1/+1
|
* Make sure to output </select>Scott Ullrich2005-08-301-4/+7
|
* Escape the | charScott Ullrich2005-08-081-1/+1
|
* We don't need to enforce the protocol on gateway typesScott Ullrich2005-08-081-2/+2
|
OpenPOWER on IntegriCloud