#11494 Fix service level function and add widget icon

This commit is contained in:
miguel angel rasteu 2023-09-13 10:15:34 +02:00
parent 1c996190f4
commit 0140183ae4
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -4768,9 +4768,9 @@ function export_agents_module_csv($filters)
* Function to return Mean Time Between Failure, Mean Time To Solution (in seconds)
* and Availability of a module
*
* @param string $interval_start Start time of the interval.
* @param string $datetime_from Start time of the interval.
*
* @param string $interval_end End time of the interval.
* @param string $datetime_to End time of the interval.
*
* @param string $id_agentmodule id_agentmodule of the module
*