Drop DataView\Hostservicestatussummary

It's unnecessary bloat.

refs #9864
This commit is contained in:
Johannes Meyer 2015-08-11 13:48:41 +02:00
parent 95da3772ce
commit 41a1c7ce98
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Monitoring\DataView;
class Hostservicestatussummary extends Hoststatus
{
/**
* {@inheritdoc}
*/
public function getColumns()
{
return array_merge(
parent::getColumns(),
array(
'host_name',
'unhandled_service_count'
)
);
}
}