Fixed event graph in tactical (meta)

This commit is contained in:
Arturo Gonzalez 2015-12-31 10:58:22 +01:00
parent d52ed2500d
commit a5382c2450
1 changed files with 6 additions and 1 deletions

View File

@ -2860,7 +2860,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 ();