Fixed event graph in tactical (meta)
This commit is contained in:
parent
6f9d9e49ec
commit
87a5c71446
|
@ -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 ();
|
||||
|
|
Loading…
Reference in New Issue