summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-02 12:24:46 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-11-02 12:24:46 -0400
commit840b6deff0f9b3f72eb315e0d2f6f02164a949e0 (patch)
tree7f907eacf0987d8ab29b4051d9b2d875d0b97e0e /webui_templates
parent877358dab2b2ae58adc9a0e73a114c8e8f261c5b (diff)
downloadthird_party-cobbler-840b6deff0f9b3f72eb315e0d2f6f02164a949e0.tar.gz
third_party-cobbler-840b6deff0f9b3f72eb315e0d2f6f02164a949e0.tar.xz
third_party-cobbler-840b6deff0f9b3f72eb315e0d2f6f02164a949e0.zip
Remove --local-filename from the WebUI, since we will now use --name for the filename always. To turn off the wget macro that installs things in /etc/yum.repos.d on the provisioned target, either set yum_core_mirror_from_server to disabled in cobbler settings, or remove the yum_config_stanza from the kickstart file.
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/repo_edit.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index d7ea016..cd236a8 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -88,20 +88,6 @@ function disablename(value)
</td>
</tr>
- <tr>
- <td>
- <label for="localfilename">Local Filename</label>
- </td>
- <td>
- <input type="text" size="128" style="width: 150px;" name="localfilename" id="localfilename"
- #if $repo
- value="$repo.local_filename"
- #end if
- />
- <p class="context-tip">To auto-configure mirror usage by provisioned systems, name the repo.</p>
- </td>
- </tr>
-
<br/>
## FIXME: input field sizes should be larger (universally)