diff --git a/savannadashboard/job_binaries/forms.py b/savannadashboard/job_binaries/forms.py index 1a6e9a56..7bfde386 100644 --- a/savannadashboard/job_binaries/forms.py +++ b/savannadashboard/job_binaries/forms.py @@ -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"), diff --git a/savannadashboard/templates/job_binaries/_create_job_binary_help.html b/savannadashboard/templates/job_binaries/_create_job_binary_help.html index c4a3c630..6567bd0f 100644 --- a/savannadashboard/templates/job_binaries/_create_job_binary_help.html +++ b/savannadashboard/templates/job_binaries/_create_job_binary_help.html @@ -1,9 +1,10 @@

- Create a Job Binary with a specified name. + Important: 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.

- Select the type of your Data Source. + Select the storage type for your Job Binary.