Add help text for some fields of Load Balancer forms
fixes bug 1153513 Change-Id: I1b4db7add04abc32b6896d7d4c429d4f4ffe1101
This commit is contained in:
@@ -259,7 +259,9 @@ class AddMemberAction(workflows.Action):
|
||||
initial=["default"],
|
||||
widget=forms.CheckboxSelectMultiple(),
|
||||
help_text=_("Select members for this pool "))
|
||||
weight = forms.IntegerField(max_value=256, min_value=0, label=_("Weight"))
|
||||
weight = forms.IntegerField(max_value=256, min_value=0, label=_("Weight"),
|
||||
help_text=_("Relative part of requests this "
|
||||
"pool member serves compared to others"))
|
||||
protocol_port = forms.IntegerField(label=_("Protocol Port"), min_value=1,
|
||||
help_text=_("Enter an integer value "
|
||||
"between 1 and 65535."),
|
||||
|
||||
Reference in New Issue
Block a user