summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Add status links to gateway/route pages.jim-p2010-06-021-0/+2
|
* remove duplicate cancel buttonChris Buechler2010-05-111-1/+0
|
* Prevent gateway groups of having the same name as a gateway because this is ↵Ermal2010-05-071-0/+3
| | | | not valid.
* Adding missing gettext() callsVinicius Coque2010-05-031-1/+1
|
* Removing invalid string from codeVinicius Coque2010-05-031-1/+0
|
* Merge remote branch 'mainline/master'Vinicius Coque2010-05-031-9/+10
|\ | | | | | | | | | | | | Conflicts: usr/local/www/system_gateway_groups.php usr/local/www/system_gateway_groups_edit.php usr/local/www/system_gateways_edit.php
| * Show descriptive name not the internal used one.Ermal2010-04-301-1/+1
| |
| * Use correct gateway name instead of the descriptive ones to adapt to dynamic ↵Ermal2010-04-301-8/+8
| | | | | | | | gateways which use the interface name not the interface description as a reference. While here do not use history.back for cancel button but redirect to the groups page directly.
| * Allow for each gateway a weight to be choosen if the gateway has to be used ↵Ermal2010-04-301-2/+2
| | | | | | | | in Gateway groups. This will create that many entries in the route-to statement as the weight says.
* | Fix gettext issuesRenato Botelho2010-04-291-6/+5
| |
* | Reviewing gettext() implementationVinicius Coque2010-04-281-2/+2
| |
* | Implement gettext()Carlos Eduardo Ramos2010-04-281-28/+28
|/
* Make sure that the upgraded load balancer configuration reflects the new ↵Seth Mos2009-12-181-1/+1
| | | | gateway names
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* * 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
* * Make sure the trigger level on the gateway groups edit page loads it's ↵Seth Mos2009-03-131-7/+16
| | | | | | | settings from the config. * Add the settings tab to the tabs * Add a settings page that allows you to define the global trigger levels for all the gateways which are monitored
* Add input validation on the gateway groups page as well, fix the check on ↵Seth Mos2009-03-111-8/+13
| | | | the gateways page.
* Make sure we set the ID as a hidden input otherwise it will never be ↵Seth Mos2009-03-101-1/+1
| | | | | | possible to edit a existing entry. This was a copy and paste error.
* Ensure item is an arrayScott Ullrich2008-11-251-1/+1
|
* Remove optionSeth Mos2008-10-301-1/+0
|
* Add trigger levelSeth Mos2008-10-301-6/+17
|
* Correctly load groups arraySeth Mos2008-10-281-0/+3
|
* Remove first checkScott Ullrich2008-10-281-3/+0
|
* Alert when no gateways are setScott Ullrich2008-10-281-7/+12
|
* Add CSS headerScott Ullrich2008-08-301-0/+3
|
* 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
* Define typeSeth Mos2008-07-031-1/+1
|
* Add gateway groups edit page.Seth Mos2008-06-181-0/+192
OpenPOWER on IntegriCloud