mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-04 04:39:34 -05:00
10 lines
193 B
PHP
10 lines
193 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Businessprocess\Web\Component;
|
||
|
|
|
||
|
|
class ActionBar extends Container
|
||
|
|
{
|
||
|
|
protected $separator = ' ';
|
||
|
|
|
||
|
|
protected $attributes = array('class' => 'action-bar');
|
||
|
|
}
|