#from kojiweb import util #attr _PASSTHROUGH = ['state', 'order'] #include "includes/header.chtml"

Hosts

#if $len($hosts) > 0 #for $host in $hosts #end for #else #end if
State:
#if $len($hostPages) > 1
Page:
#end if #if $hostStart > 0 <<< #end if #if $totalHosts != 0 Hosts #echo $hostStart + 1 # through #echo $hostStart + $hostCount # of $totalHosts #end if #if $hostStart + $hostCount < $totalHosts >>> #end if
ID $util.sortImage($self, 'id') Name $util.sortImage($self, 'name') Arches $util.sortImage($self, 'arches') Enabled? $util.sortImage($self, 'enabled') Ready? $util.sortImage($self, 'ready') Last Update $util.sortImage($self, 'last_update')
$host.id $host.name $host.arches #if $host.enabled then $util.imageTag('yes') else $util.imageTag('no')# #if $host.ready then $util.imageTag('yes') else $util.imageTag('no')# $util.formatTime($host.last_update)
No hosts
#if $len($hostPages) > 1
Page:
#end if #if $hostStart > 0 <<< #end if #if $totalHosts != 0 Hosts #echo $hostStart + 1 # through #echo $hostStart + $hostCount # of $totalHosts #end if #if $hostStart + $hostCount < $totalHosts >>> #end if
#include "includes/footer.chtml"