mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Revert "Fix icingacli monitoring list --problems"
This reverts commit 855e7f7120.
This commit is contained in:
parent
04913f3699
commit
b3fcbbee97
1 changed files with 0 additions and 3 deletions
|
|
@ -56,9 +56,6 @@ class ListCommand extends Command
|
|||
$query->limit($limit, $this->params->shift('offset'));
|
||||
}
|
||||
foreach ($this->params->getParams() as $col => $filter) {
|
||||
if (strtolower($col) === 'problems') {
|
||||
$col = 'service_problem';
|
||||
}
|
||||
$query->where($col, $filter);
|
||||
}
|
||||
// $query->applyFilters($this->params->getParams());
|
||||
|
|
|
|||
Loading…
Reference in a new issue