mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixed #6786 by making table sortable
This commit is contained in:
parent
5f49bd636e
commit
e846d7f882
@ -170,7 +170,7 @@ $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_fil
|
||||
display_top_tabs($tab_array, true);
|
||||
?>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover table-striped table-condensed table-rowdblclickedit">
|
||||
<table class="table table-hover table-striped table-condensed sortable-theme-bootstrap table-rowdblclickedit" data-sortable>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?=gettext('Action')?></th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user