mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-11 07:32:54 -05:00
10 lines
199 B
PHP
10 lines
199 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Businessprocess\Html;
|
|
|
|
class ActionBar extends Container
|
|
{
|
|
protected $contentSeparator = ' ';
|
|
|
|
protected $defaultAttributes = array('class' => 'action-bar');
|
|
}
|