icingaweb2/library/Icinga/Web/Menu/UnhandledHostMenuItemRender...

13 lines
203 B
PHP

<?php
namespace Icinga\Web\Menu;
use Icinga\Web\Menu;
class UnhandledHostMenuItemRenderer extends MonitoringMenuItemRenderer
{
protected $columns = array(
'hosts_down_unhandled',
);
}