#extends cobbler.webui.master #block body ## ==== BEGIN PAGE NAVIGATION ==== #set global what="system" #include "/usr/share/cobbler/webui_templates/paginate.tmpl" ## ==== END PAGE NAVIGATION ==== ## FIXME: how to handle for multiple interface listing? ## ## #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 ProfileMACIPHostname
${system.name} ${system.profile} ${system.mac_address} ${system.ip_address} ${system.hostname}
#end block body