summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-29 11:45:16 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-29 11:45:16 -0400
commit0d64de62b3a0b011a51d390c8ee1b91820479950 (patch)
tree6247af65ec37c59e1e3271aca97745e4f538e6cd /webui_templates
parent66c992465c21d617f7de5f3d1e9e1ae59a7c87cf (diff)
downloadthird_party-cobbler-0d64de62b3a0b011a51d390c8ee1b91820479950.tar.gz
third_party-cobbler-0d64de62b3a0b011a51d390c8ee1b91820479950.tar.xz
third_party-cobbler-0d64de62b3a0b011a51d390c8ee1b91820479950.zip
Add --arch back to docs, plus WebUI changes to add the field.
Diffstat (limited to 'webui_templates')
-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>