summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-12-04 14:20:54 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-12-04 14:20:54 -0500
commit610e94245a0f95580a57f4ec11b443b55189b7c8 (patch)
tree0b3cb9c8bfcbbb6e03c4b09a770076c8a5a8a502 /webui_templates
parenta8eda766c59d158ef1e3aa3641b2d1af273f1fe7 (diff)
downloadcobbler-610e94245a0f95580a57f4ec11b443b55189b7c8.tar.gz
cobbler-610e94245a0f95580a57f4ec11b443b55189b7c8.tar.xz
cobbler-610e94245a0f95580a57f4ec11b443b55189b7c8.zip
Do not allow the server override to be set to empty string as there is no way an install would complete in that case.
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/system_edit.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 2a47a050..4f087f3a 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -513,6 +513,8 @@ function page_onload() {
<input type="text" size="128" style="width: 150px;" name="server_override" id="server_override"
#if $system
value="$system.server"
+ #else
+ value="<<inherit>>"
#end if
/>
<p class="context-tip">Use this server for kickstarts, not the value in settings. Usually this should be left alone.</p>