Revision 70dc5cd6
Added by Phil Davis over 9 years ago
src/usr/local/www/interfaces_gif.php | ||
---|---|---|
122 | 122 |
display_top_tabs($tab_array); |
123 | 123 |
?> |
124 | 124 |
<div class="panel panel-default"> |
125 |
<div class="panel-heading"><h2 class="panel-title"><?=gettext('GIF interfaces')?></h2></div>
|
|
125 |
<div class="panel-heading"><h2 class="panel-title"><?=gettext('GIF Interfaces')?></h2></div>
|
|
126 | 126 |
<div class="panel-body"> |
127 | 127 |
<div class="table-responsive"> |
128 | 128 |
<table class="table table-striped table-hover table-condensed"> |
... | ... | |
131 | 131 |
<th><?=gettext("Interface"); ?></th> |
132 | 132 |
<th><?=gettext("Tunnel to …"); ?></th> |
133 | 133 |
<th><?=gettext("Description"); ?></th> |
134 |
<th></th> |
|
134 |
<th><?=gettext("Actions"); ?></th>
|
|
135 | 135 |
</tr> |
136 | 136 |
</thead> |
137 | 137 |
<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"...