hotfix UI: saimod_mod sortable
This commit is contained in:
parent
ea48285b04
commit
a8f1741911
@ -1,5 +1,5 @@
|
||||
function init_saimod_sys_mod() {
|
||||
$("#sai_mod_sys_table").tablesorter();
|
||||
$("#sai_mod_mod_table").tablesorter();
|
||||
$('#tabs_mod a').click(function (e) {
|
||||
$('#tabs_mod li').each(function(){
|
||||
$(this).removeClass('active');});
|
||||
@ -8,21 +8,21 @@ function init_saimod_sys_mod() {
|
||||
};
|
||||
|
||||
function init_saimod_sys_mod_system() {
|
||||
$("#sai_mod_sys_table").tablesorter();
|
||||
$("#sai_mod_mod_table").tablesorter();
|
||||
$('#tabs_mod li').each(function(){
|
||||
$(this).removeClass('active');});
|
||||
$('#menu_mod_system').parent().addClass('active');
|
||||
}
|
||||
|
||||
function init_saimod_sys_mod_project() {
|
||||
$("#sai_mod_sys_table").tablesorter();
|
||||
$("#sai_mod_mod_table").tablesorter();
|
||||
$('#tabs_mod li').each(function(){
|
||||
$(this).removeClass('active');});
|
||||
$('#menu_mod_project').parent().addClass('active');
|
||||
}
|
||||
|
||||
function init_saimod_sys_mod_lib() {
|
||||
$("#sai_mod_sys_table").tablesorter();
|
||||
$("#sai_mod_mod_table").tablesorter();
|
||||
$('#tabs_mod li').each(function(){
|
||||
$(this).removeClass('active');});
|
||||
$('#menu_mod_lib').parent().addClass('active');
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table class="table table-hover table-condensed sai_table tablesorter" style="overflow: auto;">
|
||||
<table class="table table-hover table-condensed sai_table tablesorter" id="sai_mod_mod_table" style="overflow: auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>${table_class}</th>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table class="table table-hover table-condensed sai_table tablesorter" style="overflow: auto;">
|
||||
<table class="table table-hover table-condensed sai_table tablesorter" id="sai_mod_mod_table" style="overflow: auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Classname</th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user