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