www: style channelinfo hosts table rows
Use the rowToggle helper to style the rows with alternating colors. This makes this table easier to read.
This commit is contained in:
parent
a791dd8670
commit
0323c4f985
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<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