diff --git a/library/Businessprocess/Web/Component/Tabs.php b/library/Businessprocess/Web/Component/Tabs.php index a6e5e6a..72fc48e 100644 --- a/library/Businessprocess/Web/Component/Tabs.php +++ b/library/Businessprocess/Web/Component/Tabs.php @@ -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 { } diff --git a/library/Businessprocess/Web/Component/WtfTabs.php b/library/Businessprocess/Web/Component/WtfTabs.php new file mode 100644 index 0000000..95b730e --- /dev/null +++ b/library/Businessprocess/Web/Component/WtfTabs.php @@ -0,0 +1,13 @@ +