Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
97a6309c
Unverified
Commit
97a6309c
authored
Aug 20, 2019
by
Mihai
Committed by
GitHub
Aug 20, 2019
Browse files
Merge pull request #484 from mutalyzer/fix-481
Make file selection mandatory in the batch job webpage (#481)
parents
fd58a127
665459f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
mutalyzer/website/templates/batch-jobs.html
View file @
97a6309c
...
...
@@ -46,7 +46,7 @@
<div
class=
"form-group"
>
<label
for=
"file"
>
File
</label>
<input
type=
"file"
name=
"file"
id=
"file"
>
<input
type=
"file"
name=
"file"
id=
"file"
required
>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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