mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
a40feeb324
commit
e567ad67c5
@ -33,7 +33,6 @@ use Icinga\Util\DateTimeFactory;
|
|||||||
use Icinga\Util\Color;
|
use Icinga\Util\Color;
|
||||||
use Icinga\Web\Widget\AbstractWidget;
|
use Icinga\Web\Widget\AbstractWidget;
|
||||||
use DateInterval;
|
use DateInterval;
|
||||||
use Zend_View_Abstract;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Display a colored grid that visualizes a set of values for each day
|
* Display a colored grid that visualizes a set of values for each day
|
||||||
@ -45,7 +44,7 @@ class HistoryColorGrid extends AbstractWidget {
|
|||||||
|
|
||||||
const ORIENTATION_HORIZONTAL = 'horizontal';
|
const ORIENTATION_HORIZONTAL = 'horizontal';
|
||||||
|
|
||||||
public $orientation = self::ORIENTATION_HORIZONTAL;
|
public $orientation = self::ORIENTATION_VERTICAL;
|
||||||
|
|
||||||
private $maxValue = 1;
|
private $maxValue = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user