Skip to content

Commit

Permalink
Fixed visual list of servers in administrations servers
Browse files Browse the repository at this point in the history
(cherry picked from commit cc03dcd)
  • Loading branch information
m-lopez-f committed Apr 13, 2015
1 parent 962e7c9 commit 20280f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pandora_console/godmode/servers/servers.build_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
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);
}
?>

0 comments on commit 20280f5

Please sign in to comment.