mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed visual list of servers in administrations servers
(cherry picked from commit cc03dcd127c1309def0784e2e884c22515a2fb52)
This commit is contained in:
parent
962e7c9583
commit
20280f5f88
@ -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…
x
Reference in New Issue
Block a user