diff options
Diffstat (limited to 'webui_templates/distro_edit.tmpl')
-rw-r--r-- | webui_templates/distro_edit.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl index 43e7325f..f8cbf7d2 100644 --- a/webui_templates/distro_edit.tmpl +++ b/webui_templates/distro_edit.tmpl @@ -244,6 +244,13 @@ function disablename(value) #else <input type="radio" name="breed" id="breed" value="suse">SuSE #end if + #if $distro and $distro.breed == "ubuntu" + <input type="radio" name="breed" id="breed" value="ubuntu" +checked>Ubuntu + #else + <input type="radio" name="breed" id="breed" value="ubuntu">Ubuntu + #end if + <p class="context-tip">This option determines how kernel options are prepared</p> </td> </tr> |