summaryrefslogtreecommitdiffstats
path: root/application/forms/Navigation/IcingadbHostActionForm.php
blob: adee11d833d598aa0d0d7f65f2c3f1fa2b5b896d (plain)
1
2
3
4
5
6
7
8
9
10
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Icingadb\Forms\Navigation;

class IcingadbHostActionForm extends ActionForm
{
    protected $restriction = 'icingadb/filter/hosts';
}