Fixed visual list of servers in administrations servers
(cherry picked from commit cc03dcd127
)
This commit is contained in:
parent
962e7c9583
commit
20280f5f88
|
@ -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);
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue