Revision 70dc5cd6
Added by Phil Davis over 9 years ago
src/usr/local/www/interfaces_vlan.php | ||
---|---|---|
131 | 131 |
<input id="id" type="hidden" name="id" value=""/> |
132 | 132 |
|
133 | 133 |
<div class="panel panel-default"> |
134 |
<div class="panel-heading"><h2 class="panel-title"><?=gettext('VLAN interfaces')?></h2></div>
|
|
134 |
<div class="panel-heading"><h2 class="panel-title"><?=gettext('VLAN Interfaces')?></h2></div>
|
|
135 | 135 |
<div class="panel-body"> |
136 | 136 |
<div class="table-responsive"> |
137 | 137 |
<table class="table table-striped table-hover table-condensed"> |
... | ... | |
141 | 141 |
<th><?=gettext('VLAN tag');?></th> |
142 | 142 |
<th><?=gettext('Priority');?></th> |
143 | 143 |
<th><?=gettext('Description');?></th> |
144 |
<th></th> |
|
144 |
<th><?=gettext('Actions');?></th>
|
|
145 | 145 |
</tr> |
146 | 146 |
</thead> |
147 | 147 |
<tbody> |
Also available in: Unified diff
UI Consistency
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"...