mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Some fixes in the new code of report (html)
This commit is contained in:
parent
1d01bd6853
commit
a0dbe00f92
@ -1526,19 +1526,19 @@ function reporting_html_agent_configuration(&$table, $item) {
|
||||
}
|
||||
|
||||
function reporting_html_TTRT_value(&$table, $item, $mini, $only_value = false, $check_empty = false) {
|
||||
reporting_html_value($table, $item, $mini);
|
||||
reporting_html_value($table, $item, $mini, $only_value, $check_empty);
|
||||
}
|
||||
|
||||
function reporting_html_TTO_value(&$table, $item, $mini, $only_value = false, $check_empty = false) {
|
||||
reporting_html_value($table, $item, $mini);
|
||||
reporting_html_value($table, $item, $mini, $only_value, $check_empty);
|
||||
}
|
||||
|
||||
function reporting_html_MTBF_value(&$table, $item, $mini, $only_value = false, $check_empty = false) {
|
||||
reporting_html_value($table, $item, $mini);
|
||||
reporting_html_value($table, $item, $mini, $only_value, $check_empty);
|
||||
}
|
||||
|
||||
function reporting_html_MTTR_value(&$table, $item, $mini, $only_value = false, $check_empty = false) {
|
||||
reporting_html_value($table, $item, $mini);
|
||||
reporting_html_value($table, $item, $mini, $only_value, $check_empty);
|
||||
}
|
||||
|
||||
function reporting_html_sum_value(&$table, $item, $mini) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user