Fixed event graph in tactical (meta)

This commit is contained in:
Arturo Gonzalez 2015-12-31 10:57:09 +01:00
parent 6f9d9e49ec
commit 87a5c71446
1 changed files with 6 additions and 1 deletions

View File

@ -2858,7 +2858,12 @@ function reporting_get_event_histogram ($events, $text_header_event = false) {
$table->width = '100%';
}
else {
$table->width = '70%';
if (defined("METACONSOLE")) {
$table->width = '100%';
}
else {
$table->width = '70%';
}
}
$table->data = array ();
$table->size = array ();