diff options
author | Richard Nelson <unixabg@gmail.com> | 2014-09-21 19:28:16 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2014-09-21 19:28:16 -0500 |
commit | e2a9114cb3409037085fc00f55e82ec2afe37716 (patch) | |
tree | c47311e7cd013427ee227994e78bb129b5168509 /templates | |
parent | bf8c367e025db8b0e914f19f9ec20930966da3b9 (diff) | |
download | vyos-live-build-e2a9114cb3409037085fc00f55e82ec2afe37716.tar.gz vyos-live-build-e2a9114cb3409037085fc00f55e82ec2afe37716.zip |
Correct variable name for apt_indices and adjust sed order for population of build feedback on frontend/cgi.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian/form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index 011fd632f..d8c76e865 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -158,7 +158,7 @@ <tr> <td><label for="Apt_Indices">--apt-indices:</label> </td> <td> - <select id="Apt_Indices" name="binary_indices" size="1"> + <select id="Apt_Indices" name="apt_indices" size="1"> <option selected value="true">true</option> <option value="false">false</option> </select> |