summaryrefslogtreecommitdiffstats
path: root/webui_templates/repo_edit.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/repo_edit.tmpl')
-rw-r--r--webui_templates/repo_edit.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index 100997d..d7ea016 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -135,6 +135,22 @@ function disablename(value)
</td>
</tr>
+ <tr>
+ <td>
+ <label for="arch">arch</label>
+ </td>
+ <td>
+ <input type="text" size="255" style="width: 150px;" name="arch" id="arch"
+ #if $repo
+ value="$repo.arch"
+ #end if
+ />
+ <p class="context-tip">Overrides the local system arch when mirroring with yum.</p>
+ </td>
+ </tr>
+
+
+
#if $repo
<tr>
<td>