#from kojiweb import util #include "includes/header.chtml"
| #if $len($hostPages) > 1 #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 | 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 #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 | |||||