Forms: explain "contains", mention wildcards

This commit is contained in:
Thomas Gelf 2019-07-08 14:11:53 +02:00
parent c36aed0f9e
commit 1953a7b0f7
7 changed files with 28 additions and 7 deletions

View File

@ -113,7 +113,10 @@ class IcingaDependencyForm extends DirectorObjectForm
'required' => true,
'description' => $this->translate(
'This allows you to configure an assignment filter. Please feel'
. ' free to combine as many nested operators as you want'
. ' free to combine as many nested operators as you want. The'
. ' "contains" operator is valid for arrays only. Please use'
. ' wildcards and the = (equals) operator when searching for'
. ' partial string matches, like in *.example.com'
)
]);

View File

@ -28,7 +28,10 @@ class IcingaHostGroupForm extends DirectorObjectForm
'required' => false,
'description' => $this->translate(
'This allows you to configure an assignment filter. Please feel'
. ' free to combine as many nested operators as you want'
. ' free to combine as many nested operators as you want. The'
. ' "contains" operator is valid for arrays only. Please use'
. ' wildcards and the = (equals) operator when searching for'
. ' partial string matches, like in *.example.com'
)
]);

View File

@ -104,7 +104,10 @@ class IcingaNotificationForm extends DirectorObjectForm
'suggestionContext' => $suggestionContext,
'description' => $this->translate(
'This allows you to configure an assignment filter. Please feel'
. ' free to combine as many nested operators as you want'
. ' free to combine as many nested operators as you want. The'
. ' "contains" operator is valid for arrays only. Please use'
. ' wildcards and the = (equals) operator when searching for'
. ' partial string matches, like in *.example.com'
)
]);

View File

@ -109,7 +109,10 @@ class IcingaScheduledDowntimeForm extends DirectorObjectForm
'required' => true,
'description' => $this->translate(
'This allows you to configure an assignment filter. Please feel'
. ' free to combine as many nested operators as you want'
. ' free to combine as many nested operators as you want. The'
. ' "contains" operator is valid for arrays only. Please use'
. ' wildcards and the = (equals) operator when searching for'
. ' partial string matches, like in *.example.com'
)
]);

View File

@ -446,7 +446,10 @@ class IcingaServiceForm extends DirectorObjectForm
'required' => true,
'description' => $this->translate(
'This allows you to configure an assignment filter. Please feel'
. ' free to combine as many nested operators as you want'
. ' free to combine as many nested operators as you want. The'
. ' "contains" operator is valid for arrays only. Please use'
. ' wildcards and the = (equals) operator when searching for'
. ' partial string matches, like in *.example.com'
)
]);

View File

@ -28,7 +28,10 @@ class IcingaServiceGroupForm extends DirectorObjectForm
'required' => false,
'description' => $this->translate(
'This allows you to configure an assignment filter. Please feel'
. ' free to combine as many nested operators as you want'
. ' free to combine as many nested operators as you want. The'
. ' "contains" operator is valid for arrays only. Please use'
. ' wildcards and the = (equals) operator when searching for'
. ' partial string matches, like in *.example.com'
)
]);

View File

@ -121,7 +121,10 @@ class IcingaServiceSetForm extends DirectorObjectForm
'This allows you to configure an assignment filter. Please feel'
. ' free to combine as many nested operators as you want. You'
. ' might also want to skip this, define it later and/or just'
. ' add this set of services to single hosts'
. ' add this set of services to single hosts. The "contains"'
. ' operator is valid for arrays only. Please use wildcards and'
. ' the = (equals) operator when searching for partial string'
. ' matches, like in *.example.com'
)
]);