summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/library/Monitoring/Web/Navigation/ServiceNote.php
blob: 4858bf504745a404a5bd7f3fdc0529f827ac4afe (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 service note
 */
class ServiceNote extends Action
{
}