diff options
Diffstat (limited to 'configuration.php')
-rw-r--r-- | configuration.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configuration.php b/configuration.php new file mode 100644 index 0000000..f9ebcbe --- /dev/null +++ b/configuration.php @@ -0,0 +1,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' +)); |