Fixed visual list of servers in administrations servers

(cherry picked from commit cc03dcd127)
This commit is contained in:
m-lopez-f 2015-04-13 15:05:41 +02:00
parent 962e7c9583
commit 20280f5f88
1 changed files with 6 additions and 2 deletions

View File

@ -161,6 +161,10 @@ if ($tiny) {
unset($table->head[7]);
unset($table->head[8]);
}
ui_toggle(html_print_table ($table,true), __('Tactical server information'));
if ($tiny) {
ui_toggle(html_print_table ($table,true), __('Tactical server information'));
}
else{
html_print_table ($table);
}
?>