mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-17 11:30:27 +01:00
FilterEditor: do not export removal function
This commit is contained in:
parent
8858069514
commit
4a38c069f3
@ -139,7 +139,7 @@ class FilterEditor extends AbstractWidget
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function removeIndex($idx)
|
protected function removeIndex($idx)
|
||||||
{
|
{
|
||||||
$this->selectedIdx = $idx;
|
$this->selectedIdx = $idx;
|
||||||
return $this;
|
return $this;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user