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