#extends cobbler.webui.master #block body ## ==== BEGIN PAGE NAVIGATION ==== #set global what="system" #include "/usr/share/cobbler/webui_templates/paginate.tmpl" ## ==== END PAGE NAVIGATION ==== ## ==== BEGIN CHECKBOX SUPPORT ==== #include "/usr/share/cobbler/webui_templates/checkboxes.tmpl" ## ==== END CHECKBOX SUPPORT ====
#set $evenodd = 1 #for $system in $systems #if $evenodd % 2 == 0 #set $tr_class = "roweven" #else #set $tr_class = "rowodd" #end if #set $evenodd += 1 ## ## ## #end for
Cobbler Systems
Name Netboot Profile Kickstart
${system.name} #if str($system.netboot_enabled) != "False" Yes #else No #end if ${system.profile} ${system.mac_address} ${system.ip_address} ${system.hostname} #set $kick = $system.kickstart #if $kick.startswith("http://") or $kick.startswith("ftp://") or $kick.startswith("nfs://") #if not $kick.startswith("nfs://") $kick #else $kick #end if #else #set $name = $system.name #set $pname = $system.profile (view rendered)  #if $kick != "<>" and $kick != "" (edit template) #end if #end if

Operations on selected systems:
#end block body