#from kojiweb import util #include "includes/header.chtml"
| 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 | #if $buildroots
|
#else
No buildroots | #end if||||||
| Edit host | ||||||||