diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:14:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:14:28 +0000 |
commit | da18060bb217647c09ad22013f620f474fb867d0 (patch) | |
tree | 96906f4dd33b7b5660460372269b180af564d982 /configuration.php | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-boxydash-upstream.tar.xz icingaweb2-module-boxydash-upstream.zip |
Adding upstream version 0.0.1+20160321.upstream/0.0.1+20160321upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configuration.php')
-rw-r--r-- | configuration.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configuration.php b/configuration.php new file mode 100644 index 0000000..b097d26 --- /dev/null +++ b/configuration.php @@ -0,0 +1,13 @@ +<?php + +$this->providePermission( + 'boxydash', + $this->translate('View Boxy Dashboard') +); + +$this->menuSection('Boxy Dashboard', array( + 'url' => 'boxydash', + 'icon' => 'dashboard', + 'priority' => 20 +)); + |