{% extends '_base_list.html' %} {% load i18n static %} {% block help_message %} {% trans 'Admin users are asset (charged server) on the root, or have NOPASSWD: ALL sudo permissions users, '%} {% trans 'Jumpserver users of the system using the user to `push system user`, `get assets hardware information`, etc. '%} {% endblock %} {% block table_search %}
{% endblock %} {% block table_container %}
{% trans "Create admin user" %}
{# #} {# #} {# #}
{% trans 'Name' %} {% trans 'Username' %} {% trans 'Asset' %}{% trans 'Reachable' %}{% trans 'Unreachable' %}{% trans 'Ratio' %}{% trans 'Comment' %} {% trans 'Action' %}
{% include 'assets/_admin_user_import_modal.html' %} {% include 'assets/_admin_user_update_modal.html' %} {% endblock %} {% block content_bottom_left %}{% endblock %} {% block custom_foot_js %} {% endblock %}