mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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%';
|
$table->width = '100%';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$table->width = '70%';
|
if (defined("METACONSOLE")) {
|
||||||
|
$table->width = '100%';
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
$table->width = '70%';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
$table->data = array ();
|
$table->data = array ();
|
||||||
$table->size = array ();
|
$table->size = array ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user