Merge pull request #179 from Icinga/bugfix/invalid-operator-deg-159

AddNodeForm: Remove option 'DEG'
This commit is contained in:
Eric Lippmann 2018-07-02 17:05:03 +02:00 committed by GitHub
commit 280e0c4459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'),