mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
parent
26ab619310
commit
d573152028
1 changed files with 8 additions and 0 deletions
|
|
@ -5,9 +5,17 @@ namespace Icinga\Module\Graphite\Controllers;
|
|||
use Icinga\Module\Monitoring\Controller;
|
||||
use Icinga\Module\Monitoring\DataView\DataView;
|
||||
use Icinga\Web\Url;
|
||||
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||
use Icinga\Web\Widget\Tabextension\MenuAction;
|
||||
|
||||
class ListController extends Controller
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
parent::init();
|
||||
$this->getTabs()->extend(new DashboardAction())->extend(new MenuAction());
|
||||
}
|
||||
|
||||
public function hostsAction()
|
||||
{
|
||||
$this->addTitleTab(
|
||||
|
|
|
|||
Loading…
Reference in a new issue