#from kojiweb import util #include "includes/header.chtml"

Information for host $host.name

#set $enabled = $host.enabled and 'yes' or 'no' #set $ready = $host.ready and 'yes' or 'no' #if $buildroots #else #end if #if 'admin' in $perms #end if
Name$host.name
ID$host.id
Arches$host.arches
Capacity$host.capacity
Task Load#echo '%.2f' % $host.task_load#
Description$util.escapeHTML($host.description)
Comment$util.escapeHTML($host.comment)
Enabled? $util.imageTag($enabled) #if 'admin' in $perms #if $host.enabled (disable) #else (enable) #end if #end if
Ready?$util.imageTag($ready)
Last Update$util.formatTime($lastUpdate)
Channels #for $channel in $channels $channel.name
#end for #if not $channels No channels #end if
Active Buildroots #for $buildroot in $buildroots #end for
BuildrootCreatedState
$buildroot.tag_name-$buildroot.id-$buildroot.repo_id $util.formatTime($buildroot.create_event_time) $util.imageTag($util.brStateName($buildroot.state))
No buildroots
Edit host
#include "includes/footer.chtml"