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.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?