Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
033ae7a2
Commit
033ae7a2
authored
Sep 19, 2018
by
BAIRE Anthony
Browse files
rename label "default queue" as "default job queue"
parent
f9b2cd9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
django/allgo/main/forms.py
View file @
033ae7a2
...
...
@@ -178,7 +178,7 @@ class WebappForm(forms.ModelForm):
job_queue
=
forms
.
ModelChoiceField
(
queryset
=
JobQueue
.
objects
.
all
().
distinct
(),
initial
=
1
,
label
=
'Default queue'
,
label
=
'Default
job
queue'
,
label_suffix
=
''
)
entrypoint
=
forms
.
CharField
(
label
=
"Entrypoint"
,
label_suffix
=
""
,
initial
=
"/home/allgo/entrypoint"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment