diff --git a/apps/ops/templates/cron/list.html b/apps/ops/templates/cron/list.html index e1fc05058..ca7f8404e 100644 --- a/apps/ops/templates/cron/list.html +++ b/apps/ops/templates/cron/list.html @@ -3,9 +3,9 @@ {% block table_search %} {% endblock %} {% block table_container %} -
- -@@ -13,10 +13,9 @@ | {% trans 'Name' %} | -{% trans 'Username' %} | -{% trans 'Role' %} | -{% trans 'User group' %} | -{% trans 'Active' %} | +{% trans 'Time' %} | +{% trans 'Job' %} | +{% trans 'User' %} | {% trans 'Action' %} |
---|