#extends cobbler.webui.master #block body ## ==== BEGIN PAGE NAVIGATION ==== #set global what="profile" #include "/usr/share/cobbler/webui_templates/paginate.tmpl" ## ==== END PAGE NAVIGATION ==== #set $evenodd = 1 #for $profile in $profiles #if $evenodd % 2 == 0 #set $tr_class = "roweven" #else #set $tr_class = "rowodd" #end if #set $evenodd += 1 #end for
Cobbler Profiles
Name Parent Kickstart
$profile.name #if $profile.distro != "<>" $profile.distro #else $profile.parent #end if $profile.kickstart
#end block body