summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_monitor_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Remove stray 'i'.jim-p2014-10-011-1/+1
| | | | Reported-by: https://forum.pfsense.org/index.php?topic=82393.0
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Tidy up "load_balancer_monitor" XHTMLColin Fleming2014-04-181-21/+22
| | | | | | | | | | | Add SUMMARY to tables Update PHP shorthamd Move "fbegin.inc" between BODY and SCRIPT Add CDATA section to scripts Close INPUT tags Update HTML Boolean operators Add missing opening and closing TD tags Remove duplicate closing TD tag and add missing closing TR tag
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-3/+3
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-3/+3
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Encode some more parameters before showing them to users.jim-p2012-10-311-10/+10
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* replacing prototype with jQuery on load balancer pagesVinicius Coque2012-01-161-2/+2
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Do not allow spaces in load balancer name fields, they are invalid in relayd.jim-p2010-10-251-0/+3
|
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-4/+4
| | | | standardize field names. Ticket #320.
* Move : to gettext stringRenato Botelho2010-08-111-1/+1
|
* Corrections gettext implementation on load_balancer_monitor_edit.phpCarlos Eduardo Ramos2010-07-161-1/+1
|
* Corrections gettext implementation on load_balancer_monitor_edit.phpCarlos Eduardo Ramos2010-07-151-23/+23
|
* Merge remote branch 'mainline/master'Renato Botelho2010-07-121-2/+2
|\ | | | | | | | | | | Conflicts: usr/local/www/load_balancer_monitor.php usr/local/www/load_balancer_monitor_edit.php
| * rename slbd pages since this is no longer slbdChris Buechler2010-07-111-2/+2
| |
* | Implemment gettext() callsJeann2010-07-081-17/+17
|/
* Add status/log links to LB pages.jim-p2010-06-021-0/+4
|
* clarify what is valid for input errors on hostnameChris Buechler2009-11-281-1/+1
|
* Adjust sizing of items that appear when setting the type dropdown: do not ↵Scott Ullrich2009-10-161-24/+24
| | | | use vncell, use vtable so that it does not look so strange.
* Move description line item underneath NameScott Ullrich2009-10-161-6/+6
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+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
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-8/+1
| | | | duplication
* 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-0/+361
* 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
OpenPOWER on IntegriCloud