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.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index b4ac2f0..eed9db1 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -65,7 +65,7 @@ function disablename(value)
<label for="mirror">Mirror Location (http/ftp/rsync)</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="mirror" id="mirror"
+ <input type="text" size="255" style="width: 400px;" name="mirror" id="mirror"
#if $repo
value="$repo.mirror"
#end if
@@ -98,7 +98,7 @@ function disablename(value)
<label for="rpm_list">RPM List</label>
</td>
<td>
- <input type="text" size="512" style="width: 150px;" name="rpm_list" id="rpm_list"
+ <input type="text" size="512" style="width: 400px;" name="rpm_list" id="rpm_list"
#if $repo
value="$repo.rpm_list"
#end if