icingaweb2-module-businessp.../library/Businessprocess/Web/Component/ActionBar.php
2016-11-23 15:17:25 +01:00

10 lines
194 B
PHP

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
class ActionBar extends Container
{
protected $separator = ' ';
protected $attributes = array('class' => 'action-bar');
}