File: configuration.php

package info (click to toggle)
icingaweb2-module-generictts 2.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: php: 292; sh: 54; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<?php

/* Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */

/** @var $this \Icinga\Application\Modules\Module */

$this->provideConfigTab('integrations', array(
    'label' => $this->translate('TTS Integrations'),
    'title' => $this->translate('Manage trouble ticket system integrations'),
    'url'   => 'integrations'
));