mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 05:31:44 +00:00
uwsgicc: fix typo in template
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user