diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2016-07-04 00:22:49 +0200 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-07-04 10:05:49 -0400 |
commit | 916771705734960c315633622c938c895b5fbcea (patch) | |
tree | 1f05cb2e684cceb7dcc915dd57f18fa849f21821 /src/usr/local/www/interfaces_lagg.php | |
parent | f8cb8d654bcf1910d2e549d5420b9ac2348737ef (diff) | |
download | pfsense-916771705734960c315633622c938c895b5fbcea.zip pfsense-916771705734960c315633622c938c895b5fbcea.tar.gz |
webgui tables, doubleclick event to perform 'edit' action, part 2
(cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)
Diffstat (limited to 'src/usr/local/www/interfaces_lagg.php')
-rw-r--r-- | src/usr/local/www/interfaces_lagg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_lagg.php b/src/usr/local/www/interfaces_lagg.php index 02fc169..b351146 100644 --- a/src/usr/local/www/interfaces_lagg.php +++ b/src/usr/local/www/interfaces_lagg.php @@ -132,7 +132,7 @@ display_top_tabs($tab_array); <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"> + <table class="table table-striped table-hover table-condensed table-rowdblclickedit"> <thead> <tr> <th><?=gettext("Interface"); ?></th> |