mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-24 00:20:11 +02:00
13 lines
212 B
PHP
13 lines
212 B
PHP
<?php
|
|
|
|
namespace Icinga\Web\Menu;
|
|
|
|
use Icinga\Web\Menu;
|
|
|
|
class UnhandledServiceMenuItemRenderer extends MonitoringMenuItemRenderer
|
|
{
|
|
protected $columns = array(
|
|
'services_critical_unhandled'
|
|
);
|
|
}
|