blob: 2cf0cdfab21cdd063e661d58963373a70728df43 (
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 note
*/
class HostNote extends Action
{
}
|