mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -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
|
|
{
|
|
}
|