mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-11 23:13:05 -05:00
Tabs: add renderable wrapper
This commit is contained in:
parent
1817077086
commit
74d614be37
1 changed files with 10 additions and 0 deletions
10
library/Businessprocess/Web/Component/Tabs.php
Normal file
10
library/Businessprocess/Web/Component/Tabs.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Businessprocess\Web\Component;
|
||||
|
||||
use Icinga\Module\Businessprocess\Html\Renderable;
|
||||
use Icinga\Web\Widget\Tabs as WebTabs;
|
||||
|
||||
class Tabs extends WebTabs implements Renderable
|
||||
{
|
||||
}
|
||||
Loading…
Reference in a new issue