diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:20:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:20:19 +0000 |
commit | 7b64af59410f1a658c70b8be367156fc3f4da17c (patch) | |
tree | 367fc1ef06004119d3941460a22c4f83b1ca4d7d /configuration.php | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-generictts-upstream/2.1.0.tar.xz icingaweb2-module-generictts-upstream/2.1.0.zip |
Adding upstream version 2.1.0.upstream/2.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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..81b31ef --- /dev/null +++ b/configuration.php @@ -0,0 +1,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' +)); |