Fixed #6786 by making table sortable

This commit is contained in:
Steve Beaver 2016-09-15 12:41:28 -04:00
parent 5f49bd636e
commit e846d7f882

View File

@ -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>