#11549 Fixed widgets
This commit is contained in:
parent
7fa32854e9
commit
1aa295735b
|
@ -143,6 +143,9 @@ class BlockHistogram extends Widget
|
|||
$widgetId
|
||||
);
|
||||
|
||||
// Include.
|
||||
include_once $config['homedir'].'/include/functions_reporting.php';
|
||||
|
||||
// Width.
|
||||
$this->width = $width;
|
||||
|
||||
|
|
|
@ -170,6 +170,9 @@ class GroupedMeterGraphs extends Widget
|
|||
$widgetId
|
||||
);
|
||||
|
||||
// Include.
|
||||
include_once $config['homedir'].'/include/functions_reporting.php';
|
||||
|
||||
// Width.
|
||||
$this->width = $width;
|
||||
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue