tables: we are ValidHtml

This commit is contained in:
Thomas Gelf 2017-07-03 23:00:18 +02:00
parent f0059a38fc
commit a4e5bb5559
3 changed files with 6 additions and 3 deletions

View File

@ -6,8 +6,9 @@ use Icinga\Data\DataArray\ArrayDatasource;
use Icinga\Module\Director\CustomVariable\CustomVariableDictionary;
use Icinga\Module\Director\Objects\IcingaHost;
use Icinga\Module\Director\Web\Table\QuickTable;
use ipl\Html\ValidHtml;
class IcingaHostAppliedForServiceTable extends QuickTable
class IcingaHostAppliedForServiceTable extends QuickTable implements ValidHtml
{
protected $title;

View File

@ -7,8 +7,9 @@ use Icinga\Data\Filter\Filter;
use Icinga\Module\Director\Objects\HostApplyMatches;
use Icinga\Module\Director\Objects\IcingaHost;
use Icinga\Module\Director\Web\Table\QuickTable;
use ipl\Html\ValidHtml;
class IcingaHostAppliedServicesTable extends QuickTable
class IcingaHostAppliedServicesTable extends QuickTable implements ValidHtml
{
protected $title;

View File

@ -4,8 +4,9 @@ namespace Icinga\Module\Director\Tables;
use Icinga\Module\Director\Objects\IcingaHost;
use Icinga\Module\Director\Web\Table\QuickTable;
use ipl\Html\ValidHtml;
class IcingaHostServiceTable extends QuickTable
class IcingaHostServiceTable extends QuickTable implements ValidHtml
{
protected $title;