From 42725426ec02d359b67cd8d665afe17882d38958 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 15 Sep 2012 19:46:49 +0200 Subject: more WIP --- templates/processes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/processes.html') diff --git a/templates/processes.html b/templates/processes.html index c911b0a..2e35162 100644 --- a/templates/processes.html +++ b/templates/processes.html @@ -8,12 +8,12 @@ PID %CPU %MEM - Status Code + Status Started Time Command {% for proc in process_list %} - + {{ proc.user }} {{ proc.pid}} {{ proc.perc_cpu }} @@ -21,7 +21,7 @@ {{ proc.status_code }} {{ proc.started }} {{ proc.time }} - {{ proc.command }} +
{{ proc.command }}
{% endfor %} -- cgit v1.2.3