Adding help text to clarify the name field for job binaries

Also tweaking the label of the "type" field to "storage type" to further
clarify things.

Fixes: bug 1240523

Change-Id: I15c96d1286774f8c87a075f19dfc85e872f49eab
This commit is contained in:
Chad Roberts 2013-10-16 13:01:12 -04:00
parent 4b944ed143
commit fa087d6a2c
2 changed files with 4 additions and 3 deletions

View File

@ -54,7 +54,7 @@ class JobBinaryCreateForm(forms.SelfHandlingForm):
job_binary_name = forms.CharField(label=_("Name"),
required=True)
job_binary_type = forms.ChoiceField(label=_("Type"),
job_binary_type = forms.ChoiceField(label=_("Storage type"),
required=True)
job_binary_url = forms.CharField(label=_("URL"),

View File

@ -1,9 +1,10 @@
<div class="well">
<p>
Create a Job Binary with a specified name.
<b>Important</b>: The name that you give your Job Binary will be the name used in your Job Execution.
If your binary requires a particular name or extension (ie: ".jar"), be sure to include it here.
</p>
<p>
Select the type of your Data Source.
Select the storage type for your Job Binary.
<ul>
<li>Savanna internal database</li>
<li>Swift internal (to openstack)</li>