mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-22 15:50:15 -05:00
13 lines
257 B
PHP
13 lines
257 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Businessprocess\Web\Component;
|
||
|
|
|
||
|
|
use Icinga\Module\Businessprocess\Html\Container;
|
||
|
|
|
||
|
|
class Controls extends Container
|
||
|
|
{
|
||
|
|
protected $contentSeparator = "\n";
|
||
|
|
|
||
|
|
protected $defaultAttributes = array('class' => 'controls');
|
||
|
|
}
|