Skip to content

Commit

Permalink
monitoring: Disable custom host- and service-notes
Browse files Browse the repository at this point in the history
refs #5600
  • Loading branch information
Johannes Meyer committed Sep 16, 2015
1 parent 47257d7 commit 1e39ec6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/monitoring/configuration.php
Expand Up @@ -90,8 +90,9 @@
*/
$this->provideNavigationItem('host-action', $this->translate('Host Action'));
$this->provideNavigationItem('service-action', $this->translate('Service Action'));
$this->provideNavigationItem('host-note', $this->translate('Host Note'));
$this->provideNavigationItem('service-note', $this->translate('Service Note'));
// Notes are disabled as we're not sure whether to really make a difference between actions and notes
//$this->provideNavigationItem('host-note', $this->translate('Host Note'));
//$this->provideNavigationItem('service-note', $this->translate('Service Note'));

/*
* Problems Section
Expand Down

0 comments on commit 1e39ec6

Please sign in to comment.