diff options
author | Phil Davis <phil.davis@inf.org> | 2016-01-14 12:00:20 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2016-01-14 12:00:20 +0545 |
commit | 70dc5cd65197fce8d67db3c5017a4aee32ac6f81 (patch) | |
tree | a45fd1da3baf92a9719fff95951e21deb6f13e62 /src/usr/local/www/interfaces_lagg.php | |
parent | cd656b85255feee8313e6081325f05db7a6c2642 (diff) | |
download | pfsense-70dc5cd65197fce8d67db3c5017a4aee32ac6f81.zip pfsense-70dc5cd65197fce8d67db3c5017a4aee32ac6f81.tar.gz |
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"...
Diffstat (limited to 'src/usr/local/www/interfaces_lagg.php')
-rw-r--r-- | src/usr/local/www/interfaces_lagg.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/interfaces_lagg.php b/src/usr/local/www/interfaces_lagg.php index 84c5abd..2138cc6 100644 --- a/src/usr/local/www/interfaces_lagg.php +++ b/src/usr/local/www/interfaces_lagg.php @@ -129,16 +129,16 @@ $tab_array[] = array(gettext("LAGG"), true, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('LAGG interfaces')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('LAGG Interfaces')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> <thead> <tr> - <th><?=gettext("Interface"); ?></th> - <th><?=gettext("Members"); ?></th> - <th><?=gettext("Description"); ?></th> - <th></th> + <th><?=gettext("Interface"); ?></th> + <th><?=gettext("Members"); ?></th> + <th><?=gettext("Description"); ?></th> + <th><?=gettext("Actions"); ?></th> </tr> </thead> <tbody> |