Remove useless comments
This commit is contained in:
parent
6ff903c8a9
commit
c71786a624
|
@ -13,9 +13,6 @@ class Monitoring_CommentController extends Controller
|
|||
{
|
||||
protected $comment;
|
||||
|
||||
/**
|
||||
* Add tabs
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
$commentId = $this->params->get('comment_id');
|
||||
|
|
|
@ -14,9 +14,6 @@ class Monitoring_CommentsController extends Controller
|
|||
{
|
||||
protected $comments;
|
||||
|
||||
/**
|
||||
* Add tabs
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
$this->filter = Filter::fromQueryString(str_replace(
|
||||
|
|
|
@ -8,12 +8,6 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteDowntimeCommandForm;
|
|||
use Icinga\Web\Url;
|
||||
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||
|
||||
/*
|
||||
* To change this license header, choose License Headers in Project Properties.
|
||||
* To change this template file, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Display detailed information about a downtime
|
||||
*/
|
||||
|
@ -23,9 +17,6 @@ class Monitoring_DowntimeController extends Controller
|
|||
|
||||
protected $isService;
|
||||
|
||||
/**
|
||||
* Add tabs
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
$downtimeId = $this->params->get('downtime_id');
|
||||
|
|
|
@ -18,9 +18,6 @@ class Monitoring_DowntimesController extends Controller
|
|||
|
||||
protected $filter;
|
||||
|
||||
/**
|
||||
* Add tabs
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
$this->filter = Filter::fromQueryString(str_replace(
|
||||
|
|
Loading…
Reference in New Issue