summaryrefslogtreecommitdiffstats
path: root/webui_templates/distro_edit.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/distro_edit.tmpl')
-rw-r--r--webui_templates/distro_edit.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl
index 6957157..2c32e3e 100644
--- a/webui_templates/distro_edit.tmpl
+++ b/webui_templates/distro_edit.tmpl
@@ -32,7 +32,7 @@
<label for="kopts">Kernel Options</label>
<input type="text" size="32" style="width: 150px;" name="kopts" id="kopts"
#if $distro
- value="$distro.kopts"
+ value="$distro.kernel_options"
#end if
/>
<br/>
@@ -51,6 +51,7 @@
value="$distro.breed"
#end if
/>
+ <br/>
<input type="submit" name="submit" value="Save"/>
<input type="reset" name="reset" value="Reset"/>