mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
parent
afa26301f4
commit
d6c1cd8849
2 changed files with 14 additions and 2 deletions
|
|
@ -3,8 +3,7 @@
|
|||
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
|
||||
class Tabs extends WtfTabs implements Renderable
|
||||
{
|
||||
}
|
||||
|
|
|
|||
13
library/Businessprocess/Web/Component/WtfTabs.php
Normal file
13
library/Businessprocess/Web/Component/WtfTabs.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Businessprocess\Web\Component;
|
||||
|
||||
use Icinga\Web\Widget\Tabs;
|
||||
|
||||
class WtfTabs extends Tabs
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return parent::render();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue