2014-09-05 17:57:20 +02:00
|
|
|
<?php
|
2015-02-03 16:27:59 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
2014-09-05 17:57:20 +02:00
|
|
|
|
|
|
|
namespace Icinga\Web\Menu;
|
|
|
|
|
|
|
|
use Icinga\Web\Menu;
|
|
|
|
|
2014-11-11 21:50:49 +01:00
|
|
|
class UnhandledHostMenuItemRenderer extends MonitoringMenuItemRenderer
|
|
|
|
{
|
|
|
|
protected $columns = array(
|
|
|
|
'hosts_down_unhandled',
|
|
|
|
);
|
2014-09-05 17:57:20 +02:00
|
|
|
}
|