Skip to content

Commit

Permalink
Host multiselection view: Add dashboard action
Browse files Browse the repository at this point in the history
refs #7876
  • Loading branch information
Johannes Meyer committed Apr 20, 2015
1 parent 48df225 commit 4e27ff9
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -15,6 +15,7 @@
use Icinga\Module\Monitoring\Object\HostList;
use Icinga\Web\Url;
use Icinga\Web\Widget\Chart\InlinePie;
use Icinga\Web\Widget\Tabextension\DashboardAction;

class Monitoring_HostsController extends Controller
{
Expand Down Expand Up @@ -80,7 +81,7 @@ public function showAction()
'label' => $this->translate('Hosts'),
'url' => Url::fromRequest()
)
)->activate('show');
)->extend(new DashboardAction())->activate('show');
$this->setAutorefreshInterval(15);
$checkNowForm = new CheckNowCommandForm();
$checkNowForm
Expand Down

0 comments on commit 4e27ff9

Please sign in to comment.