From 750c87c16050cb9b3ae6ae0d0a1cfa310b2298ea Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 11 Sep 2008 11:29:00 -0400 Subject: added enable_menu to WebUI --- webui_templates/profile_edit.tmpl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'webui_templates') 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 @@ -183,6 +183,24 @@ function disablename(value) + + + + + + #if $profile + #if str($profile.enable_menu) != "False" + + #else + + #end if + #else + + #end if +

Show this profile in the PXE boot menu?

+ + + -- cgit