Fixed visual list of servers in administrations servers
This commit is contained in:
parent
962e7c9583
commit
cc03dcd127
|
@ -161,6 +161,10 @@ if ($tiny) {
|
||||||
unset($table->head[7]);
|
unset($table->head[7]);
|
||||||
unset($table->head[8]);
|
unset($table->head[8]);
|
||||||
}
|
}
|
||||||
|
if ($tiny) {
|
||||||
ui_toggle(html_print_table ($table,true), __('Tactical server information'));
|
ui_toggle(html_print_table ($table,true), __('Tactical server information'));
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
html_print_table ($table);
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue