summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/library/Monitoring/Web/Navigation/HostAction.php
blob: 2e950f1f213e91d0b4fd084089942ccc3d7d8d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/* Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */

namespace Icinga\Module\Monitoring\Web\Navigation;

/**
 * A host action
 */
class HostAction extends Action
{
}