summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webui_templates/repo_edit.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index 3ed74a93..6ac2de48 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -218,6 +218,16 @@ function disablename(value)
#else
<input type="radio" name="arch" id="arch" value="x86_64">x86_64
#end if
+ #if $repo and $repo.arch == "ppc"
+ <input type="radio" name="arch" id="arch" value="ppc" checked>ppc
+ #else
+ <input type="radio" name="arch" id="arch" value="ppc">ppc
+ #end if
+ #if $repo and $repo.arch == "ppc64"
+ <input type="radio" name="arch" id="arch" value="ppc64" checked>ppc64
+ #else
+ <input type="radio" name="arch" id="arch" value="ppc64">ppc64
+ #end if
#if $repo and $repo.arch == "s390x"
<input type="radio" name="arch" id="arch" value="s390x" checked>s390x
#else