summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-29 15:29:44 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-29 15:29:44 -0400
commit1a1b827947e3c50e7e1e31595df6909371c8d256 (patch)
tree67a5a6f4f5bb122889208e49ccbad61090930b9d /webui_templates
parentc229ab1045d0d0668984d09026c6de74ec74eb33 (diff)
downloadthird_party-cobbler-1a1b827947e3c50e7e1e31595df6909371c8d256.tar.gz
third_party-cobbler-1a1b827947e3c50e7e1e31595df6909371c8d256.tar.xz
third_party-cobbler-1a1b827947e3c50e7e1e31595df6909371c8d256.zip
Default arches to 'i386' to be consistent with the trees
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/distro_edit.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl
index f72ab11..66e982d 100644
--- a/webui_templates/distro_edit.tmpl
+++ b/webui_templates/distro_edit.tmpl
@@ -104,10 +104,10 @@ function disablename(value)
<label for="arch">Architecture</label>
</td>
<td>
- #if $distro and $distro.arch == "x86"
- <input type="radio" name="arch" id="arch" value="x86" checked>x86
+ #if $distro and $distro.arch == "i386"
+ <input type="radio" name="arch" id="arch" value="i386" checked>i386
#else
- <input type="radio" name="arch" id="arch" value="x86">x86
+ <input type="radio" name="arch" id="arch" value="i386">i386
#end if
#if $distro and $distro.arch == "x86_64"
<input type="radio" name="arch" id="arch" value="x86_64" checked>x86_64