processes: handle exiting processes in display.

This commit is contained in:
Marcin Kuzminski 2019-09-03 16:39:04 +02:00
parent fc6bdc315e
commit aea37962a1

View file

@ -47,6 +47,7 @@
</tr>
<% mem_sum = 0 %>
% for proc_child in proc.children:
% if proc_child:
<tr>
<td>
<code>
@ -78,6 +79,7 @@
</a>
</td>
</tr>
% endif
% endfor
<tr>
<td colspan="2"><code>| total processes: ${len(proc.children)}</code></td>