PR#3139: www: style channelinfo hosts table
Merges #3139 https://pagure.io/koji/pull-request/3139
This commit is contained in:
commit
d9d68f1ee6
1 changed files with 3 additions and 3 deletions
|
|
@ -31,14 +31,14 @@
|
|||
<th>Hosts</th>
|
||||
<td>
|
||||
#if $len($hosts) > 0
|
||||
<table>
|
||||
<tr>
|
||||
<table class="data-list">
|
||||
<tr class="list-header">
|
||||
<th>Hostname</th>
|
||||
<th>Enabled</th>
|
||||
<th>Ready</th>
|
||||
</tr>
|
||||
#for $host in $hosts
|
||||
<tr>
|
||||
<tr class="$util.rowToggle($self)">
|
||||
<td><a href="hostinfo?hostID=$host.id">$host.name</a></td>
|
||||
<td class="$str($bool($host.enabled)).lower()">#if $host.enabled then $util.imageTag('yes') else $util.imageTag('no')#</td>
|
||||
<td class="$str($bool($host.ready)).lower()">#if $host.ready then $util.imageTag('yes') else $util.imageTag('no')#</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue