#8365Added viewer report for ncm backups
This commit is contained in:
parent
f78f9d3504
commit
84b9ac14fb
|
@ -972,6 +972,14 @@ function reporting_make_reporting_data(
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'ncm_backups':
|
||||||
|
$report['contents'][] = reporting_ncm_backups(
|
||||||
|
$report,
|
||||||
|
$content,
|
||||||
|
$pdf
|
||||||
|
);
|
||||||
|
break;
|
||||||
|
|
||||||
case 'top_n_agents_sh':
|
case 'top_n_agents_sh':
|
||||||
$report['contents'][] = reporting_top_n_agents_sh(
|
$report['contents'][] = reporting_top_n_agents_sh(
|
||||||
$report,
|
$report,
|
||||||
|
|
|
@ -335,6 +335,7 @@ $table2->data[0][3] = $html_menu_export;
|
||||||
$searchForm = '<form method="post" action="'.$url.'&pure='.$config['pure'].'" class="mrgn_right_0px">';
|
$searchForm = '<form method="post" action="'.$url.'&pure='.$config['pure'].'" class="mrgn_right_0px">';
|
||||||
$searchForm .= html_print_table($table2, true);
|
$searchForm .= html_print_table($table2, true);
|
||||||
$searchForm .= html_print_input_hidden('id_report', $id_report, true);
|
$searchForm .= html_print_input_hidden('id_report', $id_report, true);
|
||||||
|
$Actionbuttons = '';
|
||||||
|
|
||||||
if ((bool) is_metaconsole() === true) {
|
if ((bool) is_metaconsole() === true) {
|
||||||
$Actionbuttons .= html_print_submit_button(
|
$Actionbuttons .= html_print_submit_button(
|
||||||
|
|
Loading…
Reference in New Issue