%--
admin_proc_list.html : This template displays a process list for the selected table.
--%>
<%include top_menu.html%>
Below is a process list for the <%db%> database.
|
<%loop proc_loop%>
| <%id%> |
<%user%> |
<%host%> |
<%db%> |
<%comm%> |
<%time%> |
<%if state eq 'NULL'%><%state%><%else%><%state%><%endif%> |
<%info%> |
<%endloop%>
|
<%include footer.html%>