mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Remove useless comments
This commit is contained in:
parent
6ff903c8a9
commit
c71786a624
@ -13,9 +13,6 @@ class Monitoring_CommentController extends Controller
|
|||||||
{
|
{
|
||||||
protected $comment;
|
protected $comment;
|
||||||
|
|
||||||
/**
|
|
||||||
* Add tabs
|
|
||||||
*/
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$commentId = $this->params->get('comment_id');
|
$commentId = $this->params->get('comment_id');
|
||||||
|
@ -14,9 +14,6 @@ class Monitoring_CommentsController extends Controller
|
|||||||
{
|
{
|
||||||
protected $comments;
|
protected $comments;
|
||||||
|
|
||||||
/**
|
|
||||||
* Add tabs
|
|
||||||
*/
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->filter = Filter::fromQueryString(str_replace(
|
$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\Url;
|
||||||
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
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
|
* Display detailed information about a downtime
|
||||||
*/
|
*/
|
||||||
@ -23,9 +17,6 @@ class Monitoring_DowntimeController extends Controller
|
|||||||
|
|
||||||
protected $isService;
|
protected $isService;
|
||||||
|
|
||||||
/**
|
|
||||||
* Add tabs
|
|
||||||
*/
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$downtimeId = $this->params->get('downtime_id');
|
$downtimeId = $this->params->get('downtime_id');
|
||||||
|
@ -18,9 +18,6 @@ class Monitoring_DowntimesController extends Controller
|
|||||||
|
|
||||||
protected $filter;
|
protected $filter;
|
||||||
|
|
||||||
/**
|
|
||||||
* Add tabs
|
|
||||||
*/
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->filter = Filter::fromQueryString(str_replace(
|
$this->filter = Filter::fromQueryString(str_replace(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user