own3mall 9 лет назад
Родитель
Сommit
b39829b5ce
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      modules/ftp/ftp_admin.php
  2. 1 1
      modules/mysql/servers.php

+ 2 - 2
modules/ftp/ftp_admin.php

@@ -124,10 +124,10 @@ function exec_ogp_module()
 			 </form>
 			 </td></tr>";
 	?>
-	<table id="servermonitor" class="tablesorter">
+	<table id="servermonitor" class="tablesorter" data-sortlist='[[2,0]]'>
 				<thead> 
 				<tr> 
-					<th class="header" ></th><th><?php print_lang('remote_server'); ?></th><th><?php print_lang('login'); ?></th><th><?php print_lang('server_name'); ?></th><th><?php print_lang('full_path'); ?></th> 
+					<th class="header sorter-false"></th><th><?php print_lang('remote_server'); ?></th><th><?php print_lang('login'); ?></th><th><?php print_lang('server_name'); ?></th><th><?php print_lang('full_path'); ?></th> 
 				</tr> 
 				</thead> 
 				<tbody>

+ 1 - 1
modules/mysql/servers.php

@@ -164,7 +164,7 @@ function exec_ogp_module() {
 	$tr = 0;
 	
 	
-	?><table id="servermonitor" class="tablesorter remote">
+	?><table id="servermonitor" class="tablesorter remote sorter-false">
 		<thead> 
 		<tr> 
 			<th colspan="4" ><?php print_lang('configured_mysql_hosts'); ?></th>