#11549 Fixed widgets

This commit is contained in:
Daniel Maya 2023-06-14 15:24:38 +02:00
parent 7fa32854e9
commit 1aa295735b
3 changed files with 7 additions and 0 deletions

View File

@ -143,6 +143,9 @@ class BlockHistogram extends Widget
$widgetId
);
// Include.
include_once $config['homedir'].'/include/functions_reporting.php';
// Width.
$this->width = $width;

View File

@ -170,6 +170,9 @@ class GroupedMeterGraphs extends Widget
$widgetId
);
// Include.
include_once $config['homedir'].'/include/functions_reporting.php';
// Width.
$this->width = $width;

View File

@ -133,6 +133,7 @@ class OsQuickReportWidget extends Widget
// Includes.
enterprise_include_once('/include/functions_services.php');
enterprise_include_once('/include/functions_servicemap.php');
include_once $config['homedir'].'/include/functions_os.php';
// WARNING: Do not edit. This chunk must be in the constructor.
parent::__construct(