mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-10 06:23:05 -05:00
Merge pull request #179 from Icinga/bugfix/invalid-operator-deg-159
AddNodeForm: Remove option 'DEG'
This commit is contained in:
commit
280e0c4459
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ class AddNodeForm extends QuickForm
|
|||
'&' => $this->translate('AND'),
|
||||
'|' => $this->translate('OR'),
|
||||
'!' => $this->translate('NOT'),
|
||||
'<' => $this->translate('DEG'),
|
||||
'1' => $this->translate('MIN 1'),
|
||||
'2' => $this->translate('MIN 2'),
|
||||
'3' => $this->translate('MIN 3'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue