From ced83335a5a338cb9c24956b96da526465d94df8 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 15 Sep 2012 22:50:14 +0200 Subject: refactor to distributable format --- templates/processes.html | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 templates/processes.html (limited to 'templates/processes.html') diff --git a/templates/processes.html b/templates/processes.html deleted file mode 100644 index 2e35162..0000000 --- a/templates/processes.html +++ /dev/null @@ -1,28 +0,0 @@ -{% import "lib.html" as lib %} -{% extends "base.html" %} -{% block body %} -

System Running Process List

- - - -
User - PID - %CPU - %MEM - Status - Started - Time - Command -{% for proc in process_list %} -
{{ proc.user }} - {{ proc.pid}} - {{ proc.perc_cpu }} - {{ proc.perc_mem }} - {{ proc.status_code }} - {{ proc.started }} - {{ proc.time }} -
{{ proc.command }}
-{% endfor %} -
- -{% endblock %} -- cgit v1.2.3