blob: f9ebcbe798e5a514e0424d5c4100d872f024db56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/* Icinga PDF Export | (c) 2019 Icinga GmbH | GPLv2 */
/** @var \Icinga\Application\Modules\Module $this */
$this->provideConfigTab('chrome', array(
'title' => $this->translate('Configure the Chrome/Chromium connection'),
'label' => $this->translate('Chrome'),
'url' => 'config/chrome'
));
|