summaryrefslogtreecommitdiffstats
path: root/configuration.php
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.php')
-rw-r--r--configuration.php11
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'
+));