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 %} -
{% trans "Create sudo" %}
-
{% trans "Import user" %}
- +
{% trans "Create cron" %}
+{#
{% trans "Import user" %}
#} +
- - - - + + + @@ -38,7 +37,7 @@ {% include "users/_user_bulk_update_modal.html" %} -{% include "users/_user_import_modal.html" %} +{#{% include "users/_user_import_modal.html" %}#} {% endblock %} {% block content_bottom_left %}{% endblock %} {% block custom_foot_js %} @@ -46,24 +45,19 @@
@@ -13,10 +13,9 @@ {% trans 'Name' %}{% trans 'Username' %}{% trans 'Role' %}{% trans 'User group' %}{% trans 'Active' %}{% trans 'Time' %}{% trans 'Job' %}{% trans 'User' %} {% trans 'Action' %}