uwsgicc: fix typo in template

This commit is contained in:
Riccardo Magliocchetti
2011-01-03 16:28:33 +01:00
parent 79d75e832f
commit 64468ae69e
+2 -2
View File
@@ -207,7 +207,7 @@ a:hover{
<th>#</th>
<th>pid</th>
<th>requests</th>
<th># count</th>
<th># respawn</th>
</tr>
{% for w in uwsgi.workers() %}
<tr class="{{ loop.cycle('odd', 'even') }}">
@@ -295,4 +295,4 @@ a:hover{
{% endif %}
</body>
</html>
</html>