Skip to content

Commit

Permalink
Service 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 4e27ff9 commit 41222fd
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -16,6 +16,7 @@
use Icinga\Module\Monitoring\Object\ServiceList;
use Icinga\Web\Url;
use Icinga\Web\Widget\Chart\InlinePie;
use Icinga\Web\Widget\Tabextension\DashboardAction;

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

0 comments on commit 41222fd

Please sign in to comment.