{% extends '_base_list.html' %} {% load i18n static %} {% block table_search %} {% endblock %} {% block help_message %}
{# 管理用户是资产(被控服务器)上的root,或拥有 NOPASSWD: ALL sudo权限的用户,Jumpserver使用该用户来 `推送系统用户`、`获取资产硬件信息`等。#} {# Windows或其它硬件可以随意设置一个#} {% 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. '%} {% trans 'You can set any one for Windows or other hardware.' %}
{% endblock %} {% block table_container %}
{% trans "Create admin user" %}
{% trans 'Name' %} {% trans 'Username' %} {% trans 'Asset' %} {% trans 'Reachable' %} {% trans 'Unreachable' %} {% trans 'Ratio' %} {% trans 'Comment' %} {% trans 'Action' %}
{% endblock %} {% block content_bottom_left %}{% endblock %} {% block custom_foot_js %} {% endblock %}