projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Stylize the results box a bit more so it's more visible.
[invirt/packages/invirt-web.git]
/
code
/
templates
/
list.mako
diff --git
a/code/templates/list.mako
b/code/templates/list.mako
index
d7d320a
..
90953f0
100644
(file)
--- a/
code/templates/list.mako
+++ b/
code/templates/list.mako
@@
-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>