Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c994cc

Browse files
committed
Add 802.1q to VLAN page
1 parent 5230c7a commit 7c994cc

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.idea/ixpv.iml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

application/controllers/VlanController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function _feInit()
5757

5858
'id' => [ 'title' => 'UID', 'display' => false ],
5959
'name' => 'Name',
60-
'number' => 'Tag',
60+
'number' => '802.1q Tag',
6161
'ixp' => 'IXP',
6262
'infrastructure' => 'Infrastructure',
6363

library/IXP/Form/Vlan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function init()
4949
$number->addValidator( 'int' )
5050
->addValidator( 'between', false, array( 1, 4096 ) )
5151
->setRequired( true )
52-
->setLabel( 'Tag' )
52+
->setLabel( '802.1q Tag' )
5353
->setAttrib( 'class', 'span3' )
5454
->addFilter( new OSS_Filter_StripSlashes() );
5555
$this->addElement( $number );

0 commit comments

Comments
 (0)