mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-11 20:06:14 -04:00
10 lines
222 B
PHP
10 lines
222 B
PHP
<?php
|
|
|
|
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
|
|
|
|
namespace Icinga\Module\Icingadb\Widget;
|
|
|
|
/** @deprecated Use {@see \ipl\Web\Widget\StateBadge} instead */
|
|
class StateBadge extends \ipl\Web\Widget\StateBadge
|
|
{
|
|
}
|