add new report custom render pandora_enterprise#8540
This commit is contained in:
parent
c049f18bf1
commit
6bfde7e903
|
@ -6492,8 +6492,6 @@ function chooseType() {
|
|||
break;
|
||||
|
||||
case 'custom_render':
|
||||
$("#row_description").show();
|
||||
$("#row_period").show();
|
||||
$("#row_macros_definition").show();
|
||||
$("#row_render_definition").show();
|
||||
break;
|
||||
|
|
|
@ -4884,7 +4884,7 @@ function reporting_custom_render($report, $content, $type='dinamic', $pdf=0)
|
|||
'',
|
||||
$config['fontpath'],
|
||||
$config['font_size'],
|
||||
2,
|
||||
($pdf === true) ? 2 : 1,
|
||||
'hidden',
|
||||
'',
|
||||
true
|
||||
|
@ -4939,7 +4939,7 @@ function reporting_custom_render($report, $content, $type='dinamic', $pdf=0)
|
|||
false,
|
||||
false
|
||||
),
|
||||
'ttl' => 2,
|
||||
'ttl' => ($pdf === true) ? 2 : 1,
|
||||
'show_unknown' => true,
|
||||
'height' => $height,
|
||||
'backgroundColor' => 'transparent',
|
||||
|
|
Loading…
Reference in New Issue