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

View File

@ -2859,9 +2859,14 @@ function reporting_get_event_histogram ($events, $text_header_event = false) {
if (!$text_header_event) {
$table->width = '100%';
}
else {
if (defined("METACONSOLE")) {
$table->width = '100%';
}
else {
$table->width = '70%';
}
}
$table->data = array ();
$table->size = array ();
$table->head = array ();