summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Interfaces (assign) - Remove PersonalizationsNOYB2016-03-291-3/+2
| | | | Remove "you" personalizations.
* If exist, print the friendly interface name next to device name.Luiz Otavio O Souza2016-02-211-0/+3
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Fix #3209 properlyPhil Davis2016-02-091-1/+1
| | | | The small change I made previously was not all of it - but it did avoid the previous problem by (accidentally) referring to the (undefined) $a_vlan array! I should actually pay more attention to the detail. This should be even better :)
* Fix #3209 editing unassigned VLAN tag can change an assigned interfacePhil Davis2016-02-081-2/+1
| | | | | | | | | | | | To reproduce: a) Create VLAN 10 on some real device (e.g. em0) b) Create VLAN 11 similarly. c) Assign VLAN 11 (the last one in the vlan array in the config) to OPT1. d) Edit VLAN 10 tag to be 12. The OPT1 assignment becomes to em0 tag 12. This is because of the wrong reference to $vlan['vlanif'] that is fixed here. At this point $vlan is a leftover from a previous loop that went through all the VLANs in the config - so it happens to be the last one from the config. Hopefully this fixes all the various ways people have reported this in redmine #3209.
* interfaces_vlan_edit finish QinQ error messagePhil Davis2016-01-251-1/+1
| | | The error message here just ended mid-sentence. I think what I have done here makes sense?
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style g-iPhil Davis2015-12-151-3/+6
|
* Add support to set the VLAN PCP (priority code point) in GUI. Pull Request ↵Luiz Otavio O Souza2015-11-271-0/+13
| | | | #1757. Ticket #4133
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+3
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-2/+3
|
* Restore Manuel Kaper to Copyright sectionStephen Beaver2015-10-301-2/+3
|
* Fixed #5352Stephen Beaver2015-10-281-40/+66
| | | | By replacing interfaces selector options lists with a safer function
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-79/+66
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+236
OpenPOWER on IntegriCloud