summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-09-11 11:29:00 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-09-11 11:29:00 -0400
commit750c87c16050cb9b3ae6ae0d0a1cfa310b2298ea (patch)
tree3c5d8dcee6eb58b16c3e66976dadb2f2d93c45b8 /webui_templates
parent7b8053a2479651ce4e6914f0b5c918cf60a5ea5f (diff)
downloadcobbler-750c87c16050cb9b3ae6ae0d0a1cfa310b2298ea.tar.gz
cobbler-750c87c16050cb9b3ae6ae0d0a1cfa310b2298ea.tar.xz
cobbler-750c87c16050cb9b3ae6ae0d0a1cfa310b2298ea.zip
added enable_menu to WebUI
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/profile_edit.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl
index 6ecb7791..ba397eee 100644
--- a/webui_templates/profile_edit.tmpl
+++ b/webui_templates/profile_edit.tmpl
@@ -185,6 +185,24 @@ function disablename(value)
<tr>
<td>
+ <label for="enablemenu">Enable menu</label>
+ </td>
+ <td>
+ #if $profile
+ #if str($profile.enable_menu) != "False"
+ <input type="checkbox" name="enablemenu" id="enablemenu" checked=True>
+ #else
+ <input type="checkbox" name="enablemenu" id="enablemenu">
+ #end if
+ #else
+ <input type="checkbox" name="enablemenu" id="enablemenu" checked="True">
+ #end if
+ <p class="context-tip">Show this profile in the PXE boot menu?</p>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
<label for="virtfilesize">Virt Disk (GB)</label>
</td>
<td>