summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-14 12:14:56 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-14 12:14:56 -0500
commit39ad540c08a2b9eadefa9862b6bab42e085dafbc (patch)
tree43d7eef0bafd98bdc79942dfdded36e81fb070c1 /webui_templates
parentd0deea1ae3da2f37814d2ec78fb7c31de6ddbed7 (diff)
downloadthird_party-cobbler-39ad540c08a2b9eadefa9862b6bab42e085dafbc.tar.gz
third_party-cobbler-39ad540c08a2b9eadefa9862b6bab42e085dafbc.tar.xz
third_party-cobbler-39ad540c08a2b9eadefa9862b6bab42e085dafbc.zip
Disable the blender cache as it's running afoul of the sync code, mixing up profiles/systems
data incorrectly when blending objects for cobbler/sync.
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/repo_edit.tmpl2
-rw-r--r--webui_templates/system_edit.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index cd236a8..b4ac2f0 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -80,7 +80,7 @@ function disablename(value)
</td>
<td>
<input type="checkbox" name="keep_updated" id="keep_updated"
- #if not $repo or $repo.keep_updated is True
+ #if (not $repo) or $repo.keep_updated
checked="true"
#end if
/>
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 528e03f..4561f13 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -186,7 +186,7 @@ function page_onload() {
</td>
<td>
<input type="checkbox" name="netboot" id="netboot"
- #if not $system or $system.netboot_enabled is True
+ #if not $system or $system.netboot_enabled
checked="True"
#end if
>