File: configuration.php

package info (click to toggle)
icingaweb2-module-boxydash 0.0.1%2B20160321-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 784 kB
  • sloc: php: 370; makefile: 13
file content (13 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

$this->providePermission(
    'boxydash',
    $this->translate('View Boxy Dashboard')
);

$this->menuSection('Boxy Dashboard', array(
    'url' => 'boxydash',
    'icon'  => 'dashboard',
    'priority'  => 20
));