There's two trs
[invirt/packages/invirt-web.git] / code / templates / list.mako
index d7d320a..90953f0 100644 (file)
@@ -126,7 +126,11 @@ ${has_vnc[machine]}
 % endif
 </td>
       </tr>
-      <tr>
+      <tr\
+% if dark:
+ class="stripedrow" \
+% endif
+>
         <td colspan="7" style="padding-left: 1em; color: #666">${machine.description|self.fn.module.nl2br}</td>
       </tr>
 </%def>