Add help text for some fields of Load Balancer forms

fixes bug 1153513

Change-Id: I1b4db7add04abc32b6896d7d4c429d4f4ffe1101
This commit is contained in:
Tatiana Mazur
2013-04-24 16:23:57 +04:00
parent 09965a929f
commit de7c077c1a

View File

@@ -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."),