diff options
author | Richard Nelson <unixabg@gmail.com> | 2012-12-14 17:40:16 -0600 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:02 +0200 |
commit | 960d954aeb754bb44d1cff540439fa73a2b0a566 (patch) | |
tree | 69c961016da671d157e0a1b2ec71402e97a1f429 /templates | |
parent | bd22f9c8648332f4533be4bf8fb65c0f922bf4ea (diff) | |
download | vyos-live-build-960d954aeb754bb44d1cff540439fa73a2b0a566.tar.gz vyos-live-build-960d954aeb754bb44d1cff540439fa73a2b0a566.zip |
Update l-b-cgi frontend to support new git config structure.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian/form.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index f384be0ac..cfc443762 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -46,12 +46,12 @@ <td><label for="Config">--config:</label> </td> <td> <select id="Config" name="config" size="1" > - <option value="debian-gnome-desktop.git">GNOME Desktop</option> - <option value="debian-kde-desktop.git">KDE Desktop</option> - <option value="debian-lxde-desktop.git">LXDE Desktop</option> - <option value="debian-rescue.git">Rescue</option> - <option selected value="debian-standard.git">Standard</option> - <option value="debian-xfce-desktop.git">Xfce Desktop</option> + <option value="gnome-desktop">GNOME Desktop</option> + <option value="kde-desktop">KDE Desktop</option> + <option value="lxde-desktop">LXDE Desktop</option> + <option value="rescue">Rescue</option> + <option selected value="standard">Standard</option> + <option value="xfce-desktop">Xfce Desktop</option> </select> </td> </tr> |