summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-29 17:38:22 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-29 17:38:22 -0500
commit248b28b0181d87069364a87f4762086206781d38 (patch)
treee6754d158c64db4447e810299e019ada481504b6 /webui_templates
parent4547a2759ce5369774676f16365492f14aad2392 (diff)
downloadthird_party-cobbler-248b28b0181d87069364a87f4762086206781d38.tar.gz
third_party-cobbler-248b28b0181d87069364a87f4762086206781d38.tar.xz
third_party-cobbler-248b28b0181d87069364a87f4762086206781d38.zip
Apply Christophe's patch to enable yum priorities. Slightly tweaked to default to 99, not 200.
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/repo_edit.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index eed9db1..6fb5c72 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -90,6 +90,21 @@ function disablename(value)
<br/>
+ <tr>
+ <td>
+ <label for="priority">Priority</label>
+ </td>
+ <td>
+ <input type="text" size="512" style="width: 150px;" name="priority" id="priority"
+ #if $repo
+ value="$repo.priority"
+ #end if
+ />
+ <p class="context-tip">Repo priority, if using yum priorities plugin of target (99=default) </p>
+ </td>
+ </tr>
+ <br/>
+
## FIXME: input field sizes should be larger (universally)
## FIXME: make this a text area?