mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11549 Fixed widgets
This commit is contained in:
parent
7fa32854e9
commit
1aa295735b
@ -143,6 +143,9 @@ class BlockHistogram extends Widget
|
|||||||
$widgetId
|
$widgetId
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Include.
|
||||||
|
include_once $config['homedir'].'/include/functions_reporting.php';
|
||||||
|
|
||||||
// Width.
|
// Width.
|
||||||
$this->width = $width;
|
$this->width = $width;
|
||||||
|
|
||||||
|
@ -170,6 +170,9 @@ class GroupedMeterGraphs extends Widget
|
|||||||
$widgetId
|
$widgetId
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Include.
|
||||||
|
include_once $config['homedir'].'/include/functions_reporting.php';
|
||||||
|
|
||||||
// Width.
|
// Width.
|
||||||
$this->width = $width;
|
$this->width = $width;
|
||||||
|
|
||||||
|
@ -133,6 +133,7 @@ class OsQuickReportWidget extends Widget
|
|||||||
// Includes.
|
// Includes.
|
||||||
enterprise_include_once('/include/functions_services.php');
|
enterprise_include_once('/include/functions_services.php');
|
||||||
enterprise_include_once('/include/functions_servicemap.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.
|
// WARNING: Do not edit. This chunk must be in the constructor.
|
||||||
parent::__construct(
|
parent::__construct(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user