summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-12-04 14:45:45 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-12-04 14:45:45 -0500
commit080548df59d2762f7147cbe950846aef53c43f58 (patch)
tree3ebe2b7a9d9802f7b210dc92944097e11a1ec2f3 /webui_templates
parent41aa9e6dad1ea363f28b54374e9f8302f33a43d1 (diff)
downloadcobbler-080548df59d2762f7147cbe950846aef53c43f58.tar.gz
cobbler-080548df59d2762f7147cbe950846aef53c43f58.tar.xz
cobbler-080548df59d2762f7147cbe950846aef53c43f58.zip
Rather than raising an error, just set these as we know they should be set.
Also apply inherit logic to virt bridge
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 4f087f3a..d40435a8 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -662,6 +662,8 @@ function page_onload() {
<input type="text" size="255" style="width: 400px;" name="virtpath" id="virtpath"
#if $system
value="$system.virt_path"
+ #else
+ value="<<inherit>>"
#end if
/>
<p class="context-tip">Sets koan's storage preferences, read manpage or leave blank.</p>