Forms: explain "contains", mention wildcards
This commit is contained in:
parent
c36aed0f9e
commit
1953a7b0f7
|
@ -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'
|
||||
)
|
||||
]);
|
||||
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
]);
|
||||
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
]);
|
||||
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
]);
|
||||
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
]);
|
||||
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
]);
|
||||
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue