diff -r c61d96e72e6f -r d0b7dac5325c thirdparty/google_appengine/google/appengine/ext/admin/templates/tasks.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thirdparty/google_appengine/google/appengine/ext/admin/templates/tasks.html Fri Jun 19 16:13:32 2009 +0200 @@ -0,0 +1,103 @@ +{% extends "base.html" %} + +{% block title %} +{{ application_name }} Development Console - Tasks Viewer{% endblock %} + +{% block head %} + + + +{% endblock %} + +{% block breadcrumbs %} + Tasks Viewer +{% endblock %} + +{% block body %} +
+ Tasks will not run automatically. Push the 'Run' button to execute each task. +
+ +Task Name | +ETA (UTC) | +Method | +URL | ++ | + |
---|---|---|---|---|---|
+ {{ task.name|escape }} + | ++ {{ task.eta|escape }} ({{ task.eta_delta|escape }}) + | ++ {{ task.method|escape }} + | ++ {{ task.url|escape }} + | ++ + | ++ + | +
+ {% include "pager.html" %} + | +