blob: 81b31ef7f630cccc640a703acd5d299d0d16bd90 (
plain)
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'
));
|