File: configuration.php

package info (click to toggle)
icingaweb2-module-pdfexport 0.12.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,548 kB
  • sloc: php: 9,298; javascript: 60; sh: 54; xml: 17; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (3)
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'
));