Skip to content

Commit

Permalink
web frontend: Point kernel spec docs on job create page
Browse files Browse the repository at this point in the history
As we've had some confusion recently about how to specify
a kernel properly in the job creation interfaces, let's
put a link to a documentation page on the wiki that explains
what types of strings are valid and what are not. This
replaces the old, terse string in the web interface.

Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
  • Loading branch information
lmr committed Jul 4, 2012
1 parent 18dd96f commit 5bf0f52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/client/src/autotest/public/AfeClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@
<td id="create_priority"></td><td></td></tr>
<tr><td class="field-name">Kernel(s):</td>
<td id="create_kernel"></td>
<td class="help">Example: 3.4-rc3 or
http://example.com/kernel-3.3.1.rpm.
Separate multiple with a comma or space.
<td class="help">
<a href="https://github.com/autotest/autotest/wiki/KernelSpecification">
Kernel Specification Help
</a>
</td></tr>
<tr><td class="field-name">Kernel "cmdline":</td>
<td id="create_kernel_cmdline"></td></tr>
Expand Down

0 comments on commit 5bf0f52

Please sign in to comment.